summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
Commit message (Expand)AuthorAgeFilesLines
* debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš2013-05-021-21/+34
* debugger: `restart` with custom debug portMiroslav Bajtoš2013-04-261-3/+4
* streams2: Call read(0) on resume()isaacs2012-12-141-1/+1
* debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny2012-11-041-3/+4
* debugger: test repeating last commandFedor Indutny2012-09-281-1/+9
* Fixed a bug with last command repeating in debuggerAlex Kocharin2012-09-281-1/+1
* Remove octal escape sequences and avoid reserved keywordJonas Westerlund2012-07-061-3/+3
* debugger: support mirroring Date objectsFedor Indutny2012-05-021-0/+2
* repl: add a 'useColors' option to the replNathan Rajlich2012-03-271-3/+6
* repl: fix 'terminal' mode autodetection on global replsNathan Rajlich2012-03-261-3/+6
* readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich2012-03-261-7/+9
* debugger: breakOnExceptionFedor Indutny2012-03-191-6/+17
* debugger: remove 'repl' command from builtinLibsFedor Indutny2012-03-191-0/+3
* debugger: exit process on repl exitFedor Indutny2012-03-191-1/+5
* Removed `rl.on('close', ...)` callbackColton Baker2012-02-221-6/+1
* Lint all the JavaScripts.isaacs2012-02-181-8/+8
* debugger: export `debug_port` to `process`Fedor Indutny2012-02-121-2/+11
* Revert support for isolates.Ben Noordhuis2012-02-061-50/+14
* debug threadsFedor Indutny2012-01-101-14/+50
* break on exceptionFedor Indutny2011-12-191-5/+27
* use inlineRefs, as it's already implFedor Indutny2011-12-191-1/+1
* pass noRefs as argumentsFedor Indutny2011-12-191-1/+1
* pause commandFedor Indutny2011-12-191-1/+20
* allow setBreakpoint(line)Fedor Indutny2011-12-191-0/+6
* preserve cursor posFedor Indutny2011-12-191-1/+1
* request backtrace w/o refs, see #1745Fedor Indutny2011-12-191-1/+1
* debugger: correctly handle source with multi-byte charactersShigeki Ohtsu2011-11-111-9/+21
* debugger: do not request `continue` on connectionFedor Indutny2011-11-041-12/+6
* Implement process._debugProcessBert Belder2011-11-041-1/+1
* ignore undefined messages in the debugger replFedor Indutny2011-11-021-1/+1
* fix for --harmony_block_scopingkoichik2011-10-311-1/+1
* debugger: fix backtrace err handlingFedor Indutny2011-10-201-0/+1
* Fixed a lot of jslint errors.Colton Baker2011-10-051-17/+17
* debugger: watch, unwatch, watchersFedor Indutny2011-09-301-3/+70
* debugger: refactor, no more res.success checksFedor Indutny2011-09-281-103/+112
* debugger: export portFedor Indutny2011-09-271-2/+2
* Export disableColors from repl, share with debuggerFedor Indutny2011-09-271-1/+1
* debugger: setBreakpoint('fn()')Fedor Indutny2011-09-271-28/+49
* debugger: fix backtrace with no framesFedor Indutny2011-09-261-1/+4
* handle backtrace errorsFedor Indutny2011-09-251-6/+9
* more cli optionsFedor Indutny2011-09-251-9/+38
* debugger fix for #1707Fedor Indutny2011-09-231-1/+2
* debugger: remove useless clearlines, updated testFedor Indutny2011-09-231-2/+3
* don't use global varsFedor Indutny2011-09-231-5/+3
* readline: custom streams supportFedor Indutny2011-09-231-17/+37
* initial testsFedor Indutny2011-09-231-1/+8
* [debugger] shorten break messageFedor Indutny2011-09-211-16/+15
* [debugger] optimize context's properties initialization, make 'list' a functi...Fedor Indutny2011-09-211-5/+9
* [debugger] fix 'debug> connecting...', fixed autostart (XXX figure out why it...Fedor Indutny2011-09-211-18/+50
* fix 'null' mirroringFedor Indutny2011-09-201-0/+2