comparison src/cli/ddbg_help.txt @ 5:496dfd8f7342 default tip

added: -repeat option for "in", "ov" -run until a line option -run until a function option -break on a function start -n is an alias for ov
author marton@basel.hu
date Sun, 17 Apr 2011 11:05:31 +0200
parents 4a9dcbd9e54f
children
comparison
equal deleted inserted replaced
4:a5fb1bc967e6 5:496dfd8f7342
1 Running 1 Running
2 ----------------------------------------------------------------------------- 2 -----------------------------------------------------------------------------
3 in step into at source level 3 in [repeat] step into at source level
4 ov step over at source level 4 optionally step into repeat times
5 ov/n [repeat] step over at source level
6 optionally step over repeat times
5 out step out at source level 7 out step out at source level
6 r run/continue the program 8 r run/continue the program
9 r <file>:<line>[#<thrd>] run until location
10 optionally only for the given thread id
11 rf funcname[#<thrd>] run until the given function
12 optionally only for the given thread id
7 Breakpoints 13 Breakpoints
8 ----------------------------------------------------------------------------- 14 -----------------------------------------------------------------------------
9 bp [<file>:<line>[#<thrd>]] [ind] set breakpoint #index at given file:line 15 bp [<file>:<line>[#<thrd>]] [ind] set breakpoint #index at given file:line
16 optionally only for the given thread id
17 optionally with the given breakpoint index
18 bpf funcname[#<thrd>] [ind] set breakpoint for given (substring)function name
10 optionally only for the given thread id 19 optionally only for the given thread id
11 optionally with the given breakpoint index 20 optionally with the given breakpoint index
12 dbp [<file>:<line>|#index|*] delete breakpoint by index, line or all 21 dbp [<file>:<line>|#index|*] delete breakpoint by index, line or all
13 lbp list breakpoints 22 lbp list breakpoints
14 ltbp list temporary breakpoints 23 ltbp list temporary breakpoints