Note in example-shell.py that returning returns control to the debugger
This commit is contained in:
parent
074d249d28
commit
9bf6fc0395
@ -46,3 +46,4 @@ def pudb_shell(_globals, _locals):
|
||||
from code import InteractiveConsole
|
||||
cons = InteractiveConsole(ns)
|
||||
cons.interact("Press Ctrl-D to return to the debugger")
|
||||
# When the function returns, control will be returned to the debugger.
|
||||
|
Loading…
Reference in New Issue
Block a user