mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Don't resume on removing a breakpoint
This commit is contained in:
parent
d2e27b0349
commit
5cba75f4b8
1 changed files with 0 additions and 3 deletions
|
|
@ -254,9 +254,6 @@ function Debugger({ maki }) {
|
|||
const newBreakPoints = new Set(breakPoints);
|
||||
newBreakPoints.delete(i);
|
||||
setBreakpoints(newBreakPoints);
|
||||
if (commandOffset === i) {
|
||||
next();
|
||||
}
|
||||
}}
|
||||
>
|
||||
Clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue