isaacs
98c6a81771
test: Kill zombies when debugger-client fails on windows
12 years ago
isaacs
937662b03e
test: Use common.PORT to determine debugger port
12 years ago
isaacs
57f9f048d3
test: catch break in simple/test-debugger-client
Handle break events that come out sometimes, by telling it to continue.
Also, send the child a SIGTERM when it times out.
12 years ago
isaacs
9299168f2a
test: Bump up debugger timeouts
200ms is still short enough for occasional spurious failures.
12 years ago
isaacs
916aebabb8
debugger: Make the debugger timeout configurable
If the NODE_DEBUGGER_TIMEOUT environment variable is set, then use
that as the number of ms to wait for the debugger to start.
This is primarily to work around a race condition that almost never
happens in real usage with the debugger, but happens EVERY FRACKING
TIME when the debugger tests run as part of 'make test'.
12 years ago
isaacs
0cdf85e28d
Lint all the JavaScripts.
13 years ago
Bert Belder
829735e738
Implement process._debugProcess
13 years ago
Ryan Dahl
850609ea2d
Remove separation of libuv tests
13 years ago
Colton Baker
87286cc737
Fixed a lot of jslint errors.
Fixes #1831
13 years ago
Fedor Indutny
1b8b097fad
debugger: refactor, no more res.success checks
Fixes #1779 .
13 years ago
Ryan Dahl
4e1d6fca8e
Mark tests which are broken in libuv
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Ryan Dahl
7df8a05129
debugger: primative object inspection
14 years ago
Ryan Dahl
7c0f453b7c
Add delay into test-debugger-client
14 years ago
Ryan Dahl
aea568b04a
Fix some errors in debugger tests
14 years ago
Ryan Dahl
294bcb33e6
debugger: Fix some parser issues
Wouldn't handle events if it got backed up.
14 years ago
Ryan Dahl
4e81cf7def
Debugger client emits ready after recving initial res
14 years ago
Ryan Dahl
a8417c128e
Add more debugger tests
14 years ago
Ryan Dahl
797aa97e19
Fix test-debugger-client
14 years ago
Ryan Dahl
8d82ec2130
Add beginning of build-in debugger
+ test-debugger-client (which is currently broken)
14 years ago