You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / core / debugger / Pdb / do_unignore_module

function

IPython.core.debugger:Pdb.do_unignore_module

source: /IPython/core/debugger.py :1296

Signature

def   do_unignore_module ( self arg )

Summary

unignore_module <module_name>

Extended Summary

Remove a module from the list of modules to skip when navigating frames. This will allow the debugger to step into frames from the specified module.

Usage:

unignore_module threading # Stop ignoring threading module frames unignore_module syncio.\* # Remove asyncio.* pattern unignore_module # List currently ignored modules

Aliases

  • IPython.core.debugger.Pdb.do_unignore_module