Rename activate_and_continue to set_trace(paused=False)
paused=True is the default. This also automatically causes the set_trace to not be treated as a breakpoint, since it doesn't break there. Add a docstring to set_trace() and updated the docstring of Debugger.set_trace().
Loading
Please sign in to comment