summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
AgeCommit message (Expand)Author
2016-04-14debugger: run last command on presssing enterRich Trott
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-03-21lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-19debugger: remove unneeded callback checkRich Trott
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-15debugger: remove variable redeclarationsRich Trott
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-12-11doc: Fixing broken links to the v8 wikiTom Gallacher
2015-12-03lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung
2015-11-30module,repl: remove repl require() hackBen Noordhuis
2015-11-17debugger: introduce exec method for debuggerJackson Tian
2015-11-16debugger: also exit when the repl emits 'exit'Felix Böhm
2015-08-26debugger: use strict equality comparisonMinwoo Jung
2015-08-23node: rename from io.js to nodecjihrig
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-05debugger: improve ESRCH error messageJackson Tian
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