diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/pdb.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 3ef3696..db21d1f 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -407,6 +407,14 @@ by the local file. .. versionadded:: 3.2 +.. pdbcommand:: interact + + Start an interative interpreter (using the :mod:`code` module) whose global + namespace contains all the (global and local) names found in the current + scope. + + .. versionadded:: 3.2 + .. _debugger-aliases: .. pdbcommand:: alias [name [command]] |