206 Commits (7ad012dbb137ab5d5912815fa53f7ecce5601e90)

Author SHA1 Message Date
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Miroslav Bajtoš a32a243d5f debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 5ddf7f4200 debugger: fix bug in breakpoint regex escaping 12 years ago
Miroslav Bajtoš 5db936d2ae debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 8c2ad47f42 debugger: `restart` with custom debug port 12 years ago
Miroslav Bajtoš fd9e01c031 debugger: print port number when connecting to debuggee 12 years ago
Miroslav Bajtoš 74323a95a0 debugger: `restart` with custom debug port 12 years ago
isaacs 8f428f3b0d streams2: Call read(0) on resume() 12 years ago
Fedor Indutny 05882668f9 debugger: exit and kill child on SIGTERM or SIGHUP 12 years ago
Fedor Indutny d68c02e3fe debugger: test repeating last command 12 years ago
Alex Kocharin 8ac1a73635 Fixed a bug with last command repeating in debugger 12 years ago
Jonas Westerlund e11b6b8f75 Remove octal escape sequences and avoid reserved keyword 12 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich 698e795a5f repl: fix 'terminal' mode autodetection on global repls 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Fedor Indutny 7418905aef debugger: breakOnException 13 years ago
Fedor Indutny b6cb6ce0d3 debugger: remove 'repl' command from builtinLibs 13 years ago
Fedor Indutny f61d4b7a87 debugger: exit process on repl exit 13 years ago
Colton Baker ac9fa2b846 Removed `rl.on('close', ...)` callback 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Fedor Indutny 6b2091b58a debug threads 13 years ago
Fedor Indutny d87f551f36 debugger: Request backtrace w/o refs, see #1745 13 years ago
Fedor Indutny 80858761a8 break on exception 13 years ago
Fedor Indutny a239ea0d40 use inlineRefs, as it's already impl 13 years ago
Fedor Indutny b00b2f08bf pass noRefs as arguments 13 years ago
Fedor Indutny b0388ccad0 pause command 13 years ago
Fedor Indutny 07ad11916f allow setBreakpoint(line) 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago
Fedor Indutny d9377f5eb0 request backtrace w/o refs, see #1745 13 years ago
Shigeki Ohtsu e0f10ecfd9 debugger: correctly handle source with multi-byte characters 13 years ago
Fedor Indutny b5d32d4a9e debugger: do not request `continue` on connection 13 years ago
Bert Belder 829735e738 Implement process._debugProcess 13 years ago
Fedor Indutny 9ad27f7853 ignore undefined messages in the debugger repl 13 years ago
koichik 8a729270c1 fix for --harmony_block_scoping 13 years ago
Fedor Indutny b43eb9678b debugger: fix backtrace err handling 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Fedor Indutny 360ce526fd debugger: watch, unwatch, watchers 13 years ago
Fedor Indutny 1b8b097fad debugger: refactor, no more res.success checks 13 years ago
Fedor Indutny 95866a6445 debugger: export port 13 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 13 years ago
Fedor Indutny f4124e18cb debugger: setBreakpoint('fn()') 13 years ago
Fedor Indutny c26cf84a08 debugger: fix backtrace with no frames 13 years ago
Fedor Indutny 9b6acc27aa handle backtrace errors 13 years ago
Fedor Indutny 9e09fc0508 more cli options 13 years ago