mirror of https://github.com/lukechilds/node.git
Browse Source
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: https://github.com/joyent/node/issues/6453 PR-URL: https://github.com/joyent/node/pull/6460 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>v0.11.15-release
committed by
Chris Dickinson
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue