Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
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-07Remove octal escape sequences and avoid reserved keywordJonas Westerlund
2012-05-02debugger: support mirroring Date objectsFedor Indutny
2012-03-28repl: add a 'useColors' option to the replNathan Rajlich
2012-03-27repl: fix 'terminal' mode autodetection on global replsNathan Rajlich
2012-03-27readline: 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-23Removed `rl.on('close', ...)` callbackColton Baker
2012-02-19Lint 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-03ignore undefined messages in the debugger replFedor Indutny
2011-10-30fix for --harmony_block_scopingkoichik
2011-10-20debugger: fix backtrace err handlingFedor Indutny
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-10-01debugger: 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-24debugger fix for #1707Fedor Indutny
2011-09-24debugger: remove useless clearlines, updated testFedor Indutny
2011-09-24don't use global varsFedor Indutny
2011-09-24readline: custom streams supportFedor Indutny
2011-09-23initial testsFedor Indutny
2011-09-22[debugger] shorten break messageFedor Indutny
2011-09-22[debugger] optimize context's properties initialization, make 'list' a functi...Fedor Indutny
2011-09-22[debugger] fix 'debug> connecting...', fixed autostart (XXX figure out why it...Fedor Indutny
2011-09-20fix 'null' mirroringFedor Indutny