Changes between Version 1 and Version 2 of HowTo

Show
Ignore:
Author:
fmarmond (IP: 82.249.48.158)
Timestamp:
09/18/08 15:57:48 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo

    v1 v2  
    22 
    33Simple HelloWorld fully explained. 
     4 
     5== Track down memory leaks == 
     6 
     7MemoryLeakHowto will show you how to detect automatically memory leaks. 
     8 
     9== Back traces == 
     10 
     11Want to display the complete path the code took, from your main() to an obscur sub sub low level function? Ask DeepSee to show you the calling stack! [[br]] 
     12Want to display the back trace at any time in your code, just pressing a key, or when a problem occurs (segfault, ...) ? [[br]] 
     13BackTrace will show you how to do that in 2 lines of code!. 
     14