Penguin
Diff: AdvancedDebuggingHints
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of AdvancedDebuggingHints.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, September 10, 2004 11:45:42 am by CraigBox Revert
Older page: version 1 Last edited on Friday, September 10, 2004 11:41:31 am by PerryLorier Revert
@@ -1,5 +1,4 @@
-  
 This page is useful for advanced debugging tricks that we've found over the years, each hint has a description of the problem we were trying to face, and how we solved it. 
  
 !!!Ringlog 
  
@@ -18,6 +17,6 @@
 !!!valgrind 
  
 valgrind lets you set r/w permissions per byte. In the above issues you can flag a byte as being r/o and let valgrind raise an assertion when that memory is written. 
  
---- 
+-- --- 
 CategoryProgramming