Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#6453 PR-URL: nodejs#6460 Reviewed-By: Chris Dickinson <[email protected]>
- Loading branch information