This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Commit e93ff4f
debugger: fix unhandled error in setBreakpoint
Fix Interface.setBreakpoint() to correctly handle an attempt to set a
breakpoint in the current script when there is no current script.
This usually happens when the debugged process is not paused.
Fixes: #6453
PR-URL: #6460
Reviewed-By: Chris Dickinson <[email protected]>1 parent 6f6a979 commit e93ff4f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1360 | 1360 | | |
1361 | 1361 | | |
1362 | 1362 | | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
1363 | 1369 | | |
1364 | 1370 | | |
1365 | 1371 | | |
| |||
0 commit comments