Debug

common.debug.start_debug(frame=None)[source]

Start an interactive ipdb debugging session in the given frame context. If no frame is provided, use the caller’s frame. For information on frame objects see inspect.

Parameters:
frame: Optional[frame]

The frame context of interest.

common.debug.start_ipython_dbg_cmdline(user_ns=None)[source]