File: skip.right

package info (click to toggle)
zshdb 0.05%2Bgit20101031-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,104 kB
  • sloc: sh: 5,563; makefile: 337
file content (17 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(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
Show stepping forces a new line is 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