summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
AgeCommit message (Expand)Author
2012-12-14streams2: Call read(0) on resume()isaacs
2012-11-04debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny
2012-09-28debugger: test repeating last commandFedor Indutny
2012-09-28Fixed a bug with last command repeating in debuggerAlex Kocharin
2012-07-06Remove octal escape sequences and avoid reserved keywordJonas Westerlund
2012-05-02debugger: support mirroring Date objectsFedor Indutny
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich
2012-03-26repl: fix 'terminal' mode autodetection on global replsNathan Rajlich
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-19debugger: breakOnExceptionFedor Indutny
2012-03-19debugger: remove 'repl' command from builtinLibsFedor Indutny
2012-03-19debugger: exit process on repl exitFedor Indutny
2012-02-22Removed `rl.on('close', ...)` callbackColton Baker
2012-02-18Lint all the JavaScripts.isaacs
2012-02-12debugger: export `debug_port` to `process`Fedor Indutny
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-10debug threadsFedor Indutny
2011-12-19break on exceptionFedor Indutny
2011-12-19use inlineRefs, as it's already implFedor Indutny
2011-12-19pass noRefs as argumentsFedor Indutny
2011-12-19pause commandFedor Indutny
2011-12-19allow setBreakpoint(line)Fedor Indutny
2011-12-19preserve cursor posFedor Indutny
2011-12-19request backtrace w/o refs, see #1745Fedor Indutny
2011-11-11debugger: correctly handle source with multi-byte charactersShigeki Ohtsu
2011-11-04debugger: do not request `continue` on connectionFedor Indutny
2011-11-04Implement process._debugProcessBert Belder
2011-11-02ignore undefined messages in the debugger replFedor Indutny
2011-10-31fix for --harmony_block_scopingkoichik
2011-10-20debugger: fix backtrace err handlingFedor Indutny
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-30debugger: watch, unwatch, watchersFedor Indutny
2011-09-28debugger: refactor, no more res.success checksFedor Indutny
2011-09-27debugger: export portFedor Indutny
2011-09-27Export disableColors from repl, share with debuggerFedor Indutny
2011-09-27debugger: setBreakpoint('fn()')Fedor Indutny
2011-09-26debugger: fix backtrace with no framesFedor Indutny
2011-09-25handle backtrace errorsFedor Indutny
2011-09-25more cli optionsFedor Indutny
2011-09-23debugger fix for #1707Fedor Indutny
2011-09-23debugger: remove useless clearlines, updated testFedor Indutny
2011-09-23don't use global varsFedor Indutny
2011-09-23readline: custom streams supportFedor Indutny
2011-09-23initial testsFedor Indutny
2011-09-21[debugger] shorten break messageFedor Indutny
2011-09-21[debugger] optimize context's properties initialization, make 'list' a functi...Fedor Indutny
2011-09-21[debugger] fix 'debug> connecting...', fixed autostart (XXX figure out why it...Fedor Indutny
2011-09-20fix 'null' mirroringFedor Indutny
2011-09-20repeat last command if empty line was enteredFedor Indutny
2011-09-20fix breakpoint prefixing in list()Fedor Indutny