diff options
author | Fedor Indutny <fedor.indutny@gmail.com> | 2011-11-04 22:20:53 +0600 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2011-11-04 17:50:46 +0100 |
commit | b5d32d4a9ecc76ccb5291badf5e9d91dbfc9fda4 (patch) | |
tree | e9758a8d146bc838fac4f5be12d479a2c59f2d37 /test/fixtures | |
parent | 829735e738d34d880ba35c0e114cf9cff4dfedaf (diff) | |
download | nodejs-b5d32d4a9ecc76ccb5291badf5e9d91dbfc9fda4.tar.gz nodejs-b5d32d4a9ecc76ccb5291badf5e9d91dbfc9fda4.tar.bz2 nodejs-b5d32d4a9ecc76ccb5291badf5e9d91dbfc9fda4.zip |
debugger: do not request `continue` on connection
* Updated test
* Use `node debug file`, not `node debug -e "..."` in test
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/breakpoints.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fixtures/breakpoints.js b/test/fixtures/breakpoints.js index c22a56067..8445558df 100644 --- a/test/fixtures/breakpoints.js +++ b/test/fixtures/breakpoints.js @@ -1,5 +1,3 @@ -// wrapper line -debugger; debugger; function a(x) { var i = 10; |