Sha256: ce2e9a6f88029e5aafe03e9f42612636187ea0e78a1fc5460e1847c7d352251b

Contents?: true

Size: 325 Bytes

Versions: 14

Compression:

Stored size: 325 Bytes

Contents

# ***************************************************
# This tests step, next, finish and continue
# ***************************************************
set debuggertesting on
set callstyle last
next
where
step a
set forcestep on
step- ; step-
set forcestep off
where
next
step+
where
step 3
step+
where
next+	
# finish
quit

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
debugger-1.2.4 test/data/stepping.cmd
debugger-1.2.3 test/data/stepping.cmd
debugger-1.2.2 test/data/stepping.cmd
debugger-1.2.1 test/data/stepping.cmd
debugger-1.2.0 test/data/stepping.cmd
debugger-1.1.4 test/data/stepping.cmd
debugger-1.1.3 test/data/stepping.cmd
debugger-1.1.2 test/data/stepping.cmd
debugger-1.1.1 test/data/stepping.cmd
debugger-1.1.0 test/data/stepping.cmd
debugger-1.0.1 test/data/stepping.cmd
debugger-1.0.0 test/data/stepping.cmd
debugger-1.0.0.rc2 test/data/stepping.cmd
debugger-1.0.0.rc1 test/data/stepping.cmd