jgdv.debugging.running_debugger

Classes

RunningDebugger

The usual debugger stops execution when you call it.

Module Contents

class jgdv.debugging.running_debugger.RunningDebugger

The usual debugger stops execution when you call it. This starts the tracing, without pausing execution. so on a future breakpoint, you can pause and have a trace from where you started the debugger

do_help(*args) <Unknown>
precmd(line) <Unknown>
set_running_trace(frame=None) <Unknown>

Start debugging from frame, without pausing execution. This is to allow setting a future breakpoint, without having to enter the debugger and exit again.

set_trace(frame=None) <Unknown>

Start debugging from frame.

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

running = False