mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Merge with 3.5
This commit is contained in:
commit
c532b3c1ce
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ access further features, you have to do this yourself:
|
||||||
By default, Pdb sets a handler for the SIGINT signal (which is sent when the
|
By default, Pdb sets a handler for the SIGINT signal (which is sent when the
|
||||||
user presses :kbd:`Ctrl-C` on the console) when you give a ``continue`` command.
|
user presses :kbd:`Ctrl-C` on the console) when you give a ``continue`` command.
|
||||||
This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`. If you
|
This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`. If you
|
||||||
want Pdb not to touch the SIGINT handler, set *nosigint* tot true.
|
want Pdb not to touch the SIGINT handler, set *nosigint* to true.
|
||||||
|
|
||||||
Example call to enable tracing with *skip*::
|
Example call to enable tracing with *skip*::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue