DescriptionTurn on d8 interactive debugging before running files passed on the command line
If the file test.js contains:
function f() { debugger; }
f()
Then running
$ d8 --debugger test.js
will now hit the breakpoint in f which it would not before.
R=yangguo@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=9366
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed review comments #Messages
Total messages: 5 (0 generated)
|