File: step.cmd

package info (click to toggle)
zshdb 0.05%2Bgit20101031-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,104 kB
  • ctags: 209
  • sloc: sh: 5,563; makefile: 337
file content (23 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
set trace-commands on
# Make sure autostep is off for next text
set force off
show force
# Test that step+ skips multiple statements
step+
set force on 
show force
# Same thing - skip loop
step 
# Override force
step-
s-
# A null command should use the last step

step 
# Try a null command the other way
s+

quit