mirror of https://github.com/lukechilds/node.git
Browse Source
The reason this wasn't working was because after restart, when restoring breakpoints the scripts wasn't loaded, so the breakpoint.script was undefined. As a fix I added another check to use breakpoint.scriptReq instead of breakpoint.script, which is the same except when the breakpoint is a function. fixes #7027v0.10.26-release
Farid Neshat
11 years ago
committed by
Timothy J Fontaine
2 changed files with 13 additions and 3 deletions
Loading…
Reference in new issue