| Commit message (Expand) | Author | Age | Files | Lines |
* | debugger: breakpoints in scripts not loaded yet | Miroslav Bajtoš | 2013-05-02 | 1 | -21/+34 |
* | debugger: `restart` with custom debug port | Miroslav Bajtoš | 2013-04-26 | 1 | -3/+4 |
* | streams2: Call read(0) on resume() | isaacs | 2012-12-14 | 1 | -1/+1 |
* | debugger: exit and kill child on SIGTERM or SIGHUP | Fedor Indutny | 2012-11-04 | 1 | -3/+4 |
* | debugger: test repeating last command | Fedor Indutny | 2012-09-28 | 1 | -1/+9 |
* | Fixed a bug with last command repeating in debugger | Alex Kocharin | 2012-09-28 | 1 | -1/+1 |
* | Remove octal escape sequences and avoid reserved keyword | Jonas Westerlund | 2012-07-06 | 1 | -3/+3 |
* | debugger: support mirroring Date objects | Fedor Indutny | 2012-05-02 | 1 | -0/+2 |
* | repl: add a 'useColors' option to the repl | Nathan Rajlich | 2012-03-27 | 1 | -3/+6 |
* | repl: fix 'terminal' mode autodetection on global repls | Nathan Rajlich | 2012-03-26 | 1 | -3/+6 |
* | readline: migrate ansi/vt100 logic from tty to readline | Nathan Rajlich | 2012-03-26 | 1 | -7/+9 |
* | debugger: breakOnException | Fedor Indutny | 2012-03-19 | 1 | -6/+17 |
* | debugger: remove 'repl' command from builtinLibs | Fedor Indutny | 2012-03-19 | 1 | -0/+3 |
* | debugger: exit process on repl exit | Fedor Indutny | 2012-03-19 | 1 | -1/+5 |
* | Removed `rl.on('close', ...)` callback | Colton Baker | 2012-02-22 | 1 | -6/+1 |
* | Lint all the JavaScripts. | isaacs | 2012-02-18 | 1 | -8/+8 |
* | debugger: export `debug_port` to `process` | Fedor Indutny | 2012-02-12 | 1 | -2/+11 |
* | Revert support for isolates. | Ben Noordhuis | 2012-02-06 | 1 | -50/+14 |
* | debug threads | Fedor Indutny | 2012-01-10 | 1 | -14/+50 |
* | break on exception | Fedor Indutny | 2011-12-19 | 1 | -5/+27 |
* | use inlineRefs, as it's already impl | Fedor Indutny | 2011-12-19 | 1 | -1/+1 |
* | pass noRefs as arguments | Fedor Indutny | 2011-12-19 | 1 | -1/+1 |
* | pause command | Fedor Indutny | 2011-12-19 | 1 | -1/+20 |
* | allow setBreakpoint(line) | Fedor Indutny | 2011-12-19 | 1 | -0/+6 |
* | preserve cursor pos | Fedor Indutny | 2011-12-19 | 1 | -1/+1 |
* | request backtrace w/o refs, see #1745 | Fedor Indutny | 2011-12-19 | 1 | -1/+1 |
* | debugger: correctly handle source with multi-byte characters | Shigeki Ohtsu | 2011-11-11 | 1 | -9/+21 |
* | debugger: do not request `continue` on connection | Fedor Indutny | 2011-11-04 | 1 | -12/+6 |
* | Implement process._debugProcess | Bert Belder | 2011-11-04 | 1 | -1/+1 |
* | ignore undefined messages in the debugger repl | Fedor Indutny | 2011-11-02 | 1 | -1/+1 |
* | fix for --harmony_block_scoping | koichik | 2011-10-31 | 1 | -1/+1 |
* | debugger: fix backtrace err handling | Fedor Indutny | 2011-10-20 | 1 | -0/+1 |
* | Fixed a lot of jslint errors. | Colton Baker | 2011-10-05 | 1 | -17/+17 |
* | debugger: watch, unwatch, watchers | Fedor Indutny | 2011-09-30 | 1 | -3/+70 |
* | debugger: refactor, no more res.success checks | Fedor Indutny | 2011-09-28 | 1 | -103/+112 |
* | debugger: export port | Fedor Indutny | 2011-09-27 | 1 | -2/+2 |
* | Export disableColors from repl, share with debugger | Fedor Indutny | 2011-09-27 | 1 | -1/+1 |
* | debugger: setBreakpoint('fn()') | Fedor Indutny | 2011-09-27 | 1 | -28/+49 |
* | debugger: fix backtrace with no frames | Fedor Indutny | 2011-09-26 | 1 | -1/+4 |
* | handle backtrace errors | Fedor Indutny | 2011-09-25 | 1 | -6/+9 |
* | more cli options | Fedor Indutny | 2011-09-25 | 1 | -9/+38 |
* | debugger fix for #1707 | Fedor Indutny | 2011-09-23 | 1 | -1/+2 |
* | debugger: remove useless clearlines, updated test | Fedor Indutny | 2011-09-23 | 1 | -2/+3 |
* | don't use global vars | Fedor Indutny | 2011-09-23 | 1 | -5/+3 |
* | readline: custom streams support | Fedor Indutny | 2011-09-23 | 1 | -17/+37 |
* | initial tests | Fedor Indutny | 2011-09-23 | 1 | -1/+8 |
* | [debugger] shorten break message | Fedor Indutny | 2011-09-21 | 1 | -16/+15 |
* | [debugger] optimize context's properties initialization, make 'list' a functi... | Fedor Indutny | 2011-09-21 | 1 | -5/+9 |
* | [debugger] fix 'debug> connecting...', fixed autostart (XXX figure out why it... | Fedor Indutny | 2011-09-21 | 1 | -18/+50 |
* | fix 'null' mirroring | Fedor Indutny | 2011-09-20 | 1 | -0/+2 |