File: restart.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 (18 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(restart.sh:4):
x=1
+# Test Restart command
+list 
  4: => x=1
  5:    cd /
  6:    y=2
  7:    z=0
+step 
(restart.sh:5):
cd /
+step 
(restart.sh:6):
y=2
+break 7
Breakpoint 1 set in file restart.sh, line 7.
+run -B -q -L ... restart.sh
Restarting with ... restart.sh