summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
AgeCommit message (Expand)Author
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-03-27debugger: don't spawn child process in remote modeJackson Tian
2015-02-06lib: make debug client connect to 127.0.0.1Ben Noordhuis
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-23debugger: don't override module bindingVladimir Kurchatkin
2015-01-21lib: use const to define constantscjihrig
2015-01-16doc: change to iojs from node in the usage messageJongyeol Choi
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-19debugger: improve clearBreakpoint error and docsJulian Duque
2014-12-17debugger: fix unhandled error in setBreakpointMiroslav Bajtoš
2014-12-06debugger: use requireRepl() to load debugger replcjihrig
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-02-21debugger: don't set the `repl.prompt` stringNathan Rajlich
2014-02-17Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-17debugger: Fix breakpoint not showing after restartFarid Neshat
2014-02-03debugger: remove unused definition `currentSource`Oguz Bastemur
2014-01-20debug client: connect after child is readyAlexis Campailla
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich
2013-10-06debugger: count space for line numbers correctlyAlex Kocharin
2013-10-01debugger: show current line, fix for #6150Alex Kocharin
2013-10-01debugger: repeat last commandAlex Kocharin
2013-09-04stream: return this from pause()/resume()isaacs
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-29debugger: fix bug in breakpoint regex escapingMiroslav Bajtoš
2013-04-27debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-26debugger: print port number when connecting to debuggeeMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2012-12-14streams2: Call read(0) on resume()isaacs
2012-11-04debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny
2012-09-28debugger: test repeating last commandFedor Indutny
2012-09-28Fixed a bug with last command repeating in debuggerAlex Kocharin
2012-07-06Remove octal escape sequences and avoid reserved keywordJonas Westerlund
2012-05-02debugger: support mirroring Date objectsFedor Indutny
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich
2012-03-26repl: fix 'terminal' mode autodetection on global replsNathan Rajlich
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-19debugger: breakOnExceptionFedor Indutny
2012-03-19debugger: remove 'repl' command from builtinLibsFedor Indutny