summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
AgeCommit message (Expand)AuthorFilesLines
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui1-2/+4
2014-02-21debugger: don't set the `repl.prompt` stringNathan Rajlich1-2/+0
2014-02-17Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-2/+3
2014-02-17debugger: Fix breakpoint not showing after restartFarid Neshat1-2/+3
2014-02-03debugger: remove unused definition `currentSource`Oguz Bastemur1-1/+0
2014-01-20debug client: connect after child is readyAlexis Campailla1-9/+11
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+3
2013-10-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich1-1/+3
2013-10-06debugger: count space for line numbers correctlyAlex Kocharin1-20/+6
2013-10-01debugger: show current line, fix for #6150Alex Kocharin1-1/+8
2013-10-01debugger: repeat last commandAlex Kocharin1-2/+2
2013-09-04stream: return this from pause()/resume()isaacs1-2/+4
2013-08-19fixes #6031 spelling errorsMatthew Aynalem1-1/+1
2013-08-15lib: remove unused variables and functionsBrian White1-2/+1
2013-08-01src: Replace macros with util functionsisaacs1-10/+10
2013-07-24lib: macro-ify type checksBen Noordhuis1-11/+10
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš1-21/+34
2013-04-29debugger: fix bug in breakpoint regex escapingMiroslav Bajtoš1-2/+2
2013-04-27debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš1-21/+34
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš1-3/+4
2013-04-26debugger: print port number when connecting to debuggeeMiroslav Bajtoš1-1/+1
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš1-3/+4
2012-12-14streams2: Call read(0) on resume()isaacs1-1/+1
2012-11-04debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny1-3/+4
2012-09-28debugger: test repeating last commandFedor Indutny1-1/+9
2012-09-28Fixed a bug with last command repeating in debuggerAlex Kocharin1-1/+1
2012-07-06Remove octal escape sequences and avoid reserved keywordJonas Westerlund1-3/+3
2012-05-02debugger: support mirroring Date objectsFedor Indutny1-0/+2
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich1-3/+6
2012-03-26repl: fix 'terminal' mode autodetection on global replsNathan Rajlich1-3/+6
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich1-7/+9
2012-03-19debugger: breakOnExceptionFedor Indutny1-6/+17
2012-03-19debugger: remove 'repl' command from builtinLibsFedor Indutny1-0/+3
2012-03-19debugger: exit process on repl exitFedor Indutny1-1/+5
2012-02-22Removed `rl.on('close', ...)` callbackColton Baker1-6/+1
2012-02-18Lint all the JavaScripts.isaacs1-8/+8
2012-02-12debugger: export `debug_port` to `process`Fedor Indutny1-2/+11
2012-02-06Revert support for isolates.Ben Noordhuis1-50/+14
2012-01-10debug threadsFedor Indutny1-14/+50
2011-12-19break on exceptionFedor Indutny1-5/+27
2011-12-19use inlineRefs, as it's already implFedor Indutny1-1/+1
2011-12-19pass noRefs as argumentsFedor Indutny1-1/+1
2011-12-19pause commandFedor Indutny1-1/+20
2011-12-19allow setBreakpoint(line)Fedor Indutny1-0/+6
2011-12-19preserve cursor posFedor Indutny1-1/+1
2011-12-19request backtrace w/o refs, see #1745Fedor Indutny1-1/+1
2011-11-11debugger: correctly handle source with multi-byte charactersShigeki Ohtsu1-9/+21
2011-11-04debugger: do not request `continue` on connectionFedor Indutny1-12/+6
2011-11-04Implement process._debugProcessBert Belder1-1/+1
2011-11-02ignore undefined messages in the debugger replFedor Indutny1-1/+1