We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cceed2 commit fbdf44eCopy full SHA for fbdf44e
sourceplusplus/control/ContextReceiver.py
@@ -91,6 +91,7 @@ def apply_log(live_log_id, globals, locals):
91
92
93
def apply_breakpoint(live_breakpoint_id, globals, locals):
94
+ del globals["SourcePlusPlus"]
95
del locals["ContextReceiver"]
96
97
live_breakpoint: LiveBreakpoint = LiveInstrumentRemote.instruments[live_breakpoint_id][1]
0 commit comments