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

bundles / IPython 9.12.0 / IPython / terminal / debugger / set_trace

function

IPython.terminal.debugger:set_trace

source: /IPython/terminal/debugger.py :163

Signature

def   set_trace ( frame = None )

Summary

Start debugging from frame.

Extended Summary

If frame is not specified, debugging starts from caller's frame.

Aliases

  • IPython.terminal.debugger.set_trace

Referenced by