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
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
2011-09-20repeat last command if empty line was enteredFedor Indutny
2011-09-20fix breakpoint prefixing in list()Fedor Indutny
2011-09-20added comments, spawn child process automatically at debugger's startFedor Indutny
2011-09-20remove arrow from current source lineFedor Indutny
2011-09-20fix inspection of zeroFedor Indutny
2011-09-17setBreakpoint w/o arguments should set one on a current lineFedor Indutny
2011-09-17restore breakpoints after restart, fix message handlingFedor Indutny
2011-09-17fix spawn call, customFds ain't supported yetFedor Indutny
2011-09-14[debugger] added setBreakpoint and clearBreakpoint to help messageFedor Indutny
2011-09-14[debugger] separate history of control and debug, make scripts command getterFedor Indutny
2011-09-14[debugger] setBreakpoint, clearBreakpoint, fix reqSource error handling, show...Fedor Indutny
2011-09-14[debugger] synonym=>shortcut, added shortcut for backtrace (as in gdb), simpl...Fedor Indutny
2011-09-14[debugger] color mark in _debugger, kill child on Ctrl+DFedor Indutny
2011-09-14[debugger] requireConnection() returns bool, break UIFedor Indutny
2011-09-10[debugger] fixed piping from stdout of child process, fixed eval in debug rep...Fedor Indutny
2011-09-10[debugger] implemented setBreakpoint, etcFedor Indutny
2011-09-10[debugger] deep cloning (depth = 3)Fedor Indutny
2011-09-10[debugger] fix slow repl evals inside async callbacksFedor Indutny