Debugger: Fixed crash when toggling breakpoints after closing & reopening the debugger
This commit is contained in:
parent
f7d043b05c
commit
19aca2f669
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
if(disposing && (components != null)) {
|
||||
components.Dispose();
|
||||
}
|
||||
BreakpointManager.BreakpointsChanged -= BreakpointManager_OnBreakpointChanged;
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue