Penguin

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

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

Newer page: version 22 Last edited on Monday, February 27, 2006 1:38:08 pm by IanMcDonald Revert
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