Changes between Version 1 and Version 2 of HowTo
- Timestamp:
- 09/18/08 15:57:48 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo
v1 v2 2 2 3 3 Simple HelloWorld fully explained. 4 5 == Track down memory leaks == 6 7 MemoryLeakHowto will show you how to detect automatically memory leaks. 8 9 == Back traces == 10 11 Want 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]] 12 Want to display the back trace at any time in your code, just pressing a key, or when a problem occurs (segfault, ...) ? [[br]] 13 BackTrace will show you how to do that in 2 lines of code!. 14
