mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
JS: fix inability to re-attach to the same debugger
This commit is contained in:
parent
ce13c05342
commit
acc48f4532
|
@ -334,6 +334,7 @@ public class ChromeRDPDebugger implements JavaScriptDebugger, ChromeRDPExchangeC
|
|||
RDPNativeBreakpoint nativeBreakpoint = breakpoint.nativeBreakpoint;
|
||||
breakpoint.nativeBreakpoint = null;
|
||||
nativeBreakpoint.breakpoints.remove(breakpoint);
|
||||
breakpoints.remove(breakpoint);
|
||||
return releaseNativeBreakpoint(nativeBreakpoint, breakpoint);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user