Add set_continue() function to __init__.py
This lets you start the debugger and immediately continue, i.e., it only stops on a previously defined breakpoint. Fixes #234.
Loading
Please sign in to comment
This lets you start the debugger and immediately continue, i.e., it only stops on a previously defined breakpoint. Fixes #234.