Changes

From SME Server
Jump to navigationJump to search
Line 17: Line 17:  
  l 10 - list line 10
 
  l 10 - list line 10
 
  l get_pattern - find lines matching 'pattern'
 
  l get_pattern - find lines matching 'pattern'
   
  b 22 - set breakpoint at line 22
 
  b 22 - set breakpoint at line 22
   
  s - step forward a line including all subroutines
 
  s - step forward a line including all subroutines
 
  n - step forward a line but jump through subroutines
 
  n - step forward a line but jump through subroutines
   
  c - continue to next break point
 
  c - continue to next break point
 
  c 47 - continue to line 47
 
  c 47 - continue to line 47
   
  p $variable - print variable
 
  p $variable - print variable
 
+
q - quit
q - quit
  −
 
      
===Remotely using an IDE===
 
===Remotely using an IDE===

Navigation menu