File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ w(here)
7070
7171d(own) [ count ]
7272 Move the current frame count (default one) levels down in the
73- stack trace (to a newer frame).
73+ stack trace (to a newer frame).
7474
7575u(p) [ count ]
7676 Move the current frame count (default one) levels up in the
77- stack trace (to an older frame).
77+ stack trace (to an older frame).
7878
7979b(reak) [ ([filename:]lineno | function) [, condition] ]
8080 With a filename:line number argument, set a break there. If
@@ -138,8 +138,8 @@ r(eturn)
138138run [args...]
139139 Restart the debugged python program. If a string is supplied it is
140140 splitted with "shlex", and the result is used as the new sys.argv.
141- History, breakpoints, actions and debugger options are preserved.
142- "restart" is an alias for "run".
141+ History, breakpoints, actions and debugger options are preserved.
142+ "restart" is an alias for "run".
143143
144144c(ont(inue))
145145 Continue execution, only stop when a breakpoint is encountered.
You can’t perform that action at this time.
0 commit comments