summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-05-141-20/+21
|\
| * debugger: don't spawn child process in remote modeJackson Tian2015-04-141-20/+19
| * debugger: improve help informationJackson Tian2015-04-141-0/+2
* | src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
|/
* debugger: fix unhandled error in setBreakpointMiroslav Bajtoš2014-12-171-0/+6
* deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+4
* lib: improved forEach object performanceMajid Arif Siddiqui2014-09-051-2/+4
* debugger: don't set the `repl.prompt` stringNathan Rajlich2014-02-211-2/+0
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-171-2/+3
|\
| * debugger: Fix breakpoint not showing after restartFarid Neshat2014-02-171-2/+3
* | debugger: remove unused definition `currentSource`Oguz Bastemur2014-02-031-1/+0
* | debug client: connect after child is readyAlexis Campailla2014-01-201-9/+11
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-251-1/+3
|\ \ | |/
| * debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich2013-10-251-1/+3
| * 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
* | debugger: count space for line numbers correctlyAlex Kocharin2013-10-061-20/+6
* | debugger: show current line, fix for #6150Alex Kocharin2013-10-011-1/+8
* | debugger: repeat last commandAlex Kocharin2013-10-011-2/+2
* | stream: return this from pause()/resume()isaacs2013-09-041-2/+4
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* | lib: remove unused variables and functionsBrian White2013-08-151-2/+1
* | src: Replace macros with util functionsisaacs2013-08-011-10/+10
* | lib: macro-ify type checksBen Noordhuis2013-07-241-11/+10
* | debugger: fix bug in breakpoint regex escapingMiroslav Bajtoš2013-04-291-2/+2
* | debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš2013-04-271-21/+34
* | debugger: print port number when connecting to debuggeeMiroslav Bajtoš2013-04-261-1/+1
* | 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