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
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
2011-09-10[debugger] rename function, add it to ignore listFedor Indutny
2011-09-10[debugger] print data from child process' stdout and stderrFedor Indutny
2011-09-10[debugger] nicier output, clear line before writingFedor Indutny
2011-09-10[debugger] more informative break message (reverting back partially)Fedor Indutny
2011-09-09[debugger] call silent resume in debugEval to prevent incorrect cursor positi...Fedor Indutny
2011-09-08[debugger] added synonyms for run, cont, next, step, out, shorten breakpoint ...Fedor Indutny
2011-09-08[debugger] resume stdin at right time when running code remotelyFedor Indutny
2011-09-08[debugger] revert to using getterFedor Indutny
2011-09-08[debugger] fix messagesFedor Indutny
2011-09-08[debugger] pause stdin on debugEvalFedor Indutny
2011-09-08[debugger] handle lookup error, no more need to handle SyntaxErrorsFedor Indutny
2011-09-08[debugger] simulate gettersFedor Indutny
2011-09-08[debugger] display message on repl(), do not display warnings on Ctrl+CFedor Indutny
2011-09-08[debugger] use newly added `eval` argument for REPLServerFedor Indutny