debugger: `restart` with custom debug port
authorMiroslav Bajtoš <miro.bajtos@gmail.com>
Fri, 26 Apr 2013 19:07:56 +0000 (21:07 +0200)
committerBert Belder <bertbelder@gmail.com>
Fri, 26 Apr 2013 19:10:05 +0000 (21:10 +0200)
commit8c2ad47f42b9c7ef1c5400173e8ea9d6ea22a0d8
tree5488dbcae656e4ac854795cd1223fc463ec2c515
parent8e56b4dd1caa8eb50b7fe3a168c48bf73b74beea
debugger: `restart` with custom debug port

Fixed a bug in debugger repl where `restart` command did not work
when a custom debug port was specified via command-line option
--port={number}.

File test/simple/helper-debugger-repl.js was extracted
from test/simple/test-debugger-repl.js
lib/_debugger.js
test/simple/helper-debugger-repl.js [new file with mode: 0644]
test/simple/test-debugger-repl-restart.js [new file with mode: 0644]
test/simple/test-debugger-repl.js