File: skip.right

package info (click to toggle)
zshdb 0.04%2Bgit20100102-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,924 kB
  • ctags: 241
  • sloc: sh: 5,097; lisp: 885; makefile: 306
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(stepping.sh:3):
for ((i=0; i<3; i++)) do print 1st loop $i done
+# Make sure autostep is off for next text
+set force on
+# Test that skip skips multiple statements
+skip 
(stepping.sh:4):
for ((i=0; i<3; i++)) do print 2nd loop $i done
+where 1
->0 in file `stepping.sh' at line 4
+skip 2
(stepping.sh:6):
for ((i=0; i<3; i++)) do print 4th loop $i done
+where 1
->0 in file `stepping.sh' at line 6
+quit