Penguin

Differences between current version and predecessor to the previous major change of DeBugging.

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

Newer page: version 23 Last edited on Sunday, May 7, 2006 1:41:14 pm by JohnMcPherson
Older page: version 21 Last edited on Monday, September 12, 2005 8:50:22 am by JohnMcPherson Revert
@@ -37,8 +37,10 @@
 ;cont: start running from the current command until the next break point or the end. 
 ;step: step to the next command, or into a function call (ie go to the instructions within that function). 
 ;next: step to the next command, or over a function call (ie treat the call as a single command) 
 ;frame: change which frame you are working on. eg: "frame 1" will change the scope to frame 1. 
+  
+For a little more info see http://wand.net.nz/~iam4/208/gdb.html  
  
 ---- 
 !!Other useful debugging tricks and traps: 
 !strace 
@@ -126,4 +128,6 @@
 * [DMALLOC|http://www.dmalloc.com] 
 * printf(3) 
 * GarbageCollection 
 * AdvancedDebuggingHints 
+----  
+CategoryProgrammingBugs