summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
AgeCommit message (Expand)AuthorFilesLines
2015-08-26debugger: use strict equality comparisonMinwoo Jung1-1/+1
2015-08-23node: rename from io.js to nodecjihrig1-3/+3
2015-06-15lib,test: fix whitespace issuesRoman Reiss1-4/+0
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-06-05debugger: improve ESRCH error messageJackson Tian1-3/+12
2015-05-09lib: fix eslint stylesYosuke Furukawa1-5/+4
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris1-3/+1
2015-03-27debugger: don't spawn child process in remote modeJackson Tian1-20/+21
2015-02-06lib: make debug client connect to 127.0.0.1Ben Noordhuis1-1/+1
2015-01-31lib: reduce util.is*() usagecjihrig1-12/+12
2015-01-23debugger: don't override module bindingVladimir Kurchatkin1-3/+3
2015-01-21lib: use const to define constantscjihrig1-28/+28
2015-01-16doc: change to iojs from node in the usage messageJongyeol Choi1-1/+1
2015-01-15src: fix jslint errorsYosuke Furukawa1-5/+5
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis1-0/+6
2014-12-19debugger: improve clearBreakpoint error and docsJulian Duque1-4/+22
2014-12-17debugger: fix unhandled error in setBreakpointMiroslav Bajtoš1-0/+6
2014-12-06debugger: use requireRepl() to load debugger replcjihrig1-2/+4
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-10-08deps: re-implement debugger-agentFedor Indutny1-0/+4
2014-10-08deps: re-implement debugger-agentFedor Indutny1-0/+4
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