mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Fix for disabling and then re-enabling memory breakpoints
This commit is contained in:
parent
96b22f5760
commit
cbf4ade673
2 changed files with 17 additions and 6 deletions
|
@ -714,7 +714,7 @@ namespace IDE.Debugger
|
|||
else
|
||||
{
|
||||
if (mIsRunning)
|
||||
breakpoint.CreateNative();
|
||||
breakpoint.CreateNative(true, true);
|
||||
}
|
||||
mBreakpointsChangedDelegate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue