aboutsummaryrefslogtreecommitdiff
path: root/test/debugger
AgeCommit message (Expand)Author
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-04-21lib: remove _debugger.jsBen Noordhuis
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-30test: increase timeout in break-on-uncaughtSakthipriyan Vairamani (thefourtheye)
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-05test: fix process.title expectationSakthipriyan Vairamani (thefourtheye)
2017-01-02test: use const for all require() callscjihrig
2017-01-02test: refactor test-debugger-remoteSakthipriyan Vairamani (thefourtheye)
2016-12-26test: fix and improve debugger-client testSakthipriyan Vairamani (thefourtheye)
2016-12-23test: fix and improve debug-break-on-uncaughtSakthipriyan Vairamani (thefourtheye)
2016-12-12test: use strictEqual in test-debug-breakAdrian Estrada
2016-12-12test: use ES6 in test-debugger-client.jsAdrian Estrada
2016-12-02test: use strictEqual in test-debugger-client.jsben_cripps
2016-11-09test: fix helper-debugger-repl.jsRich Trott
2016-11-09lib,test: remove unneeded escaping of /Rich Trott
2016-10-05test: remove blank lines at end of filesRich Trott
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-06-01test: remove non-incremental common.PORT changesRich Trott
2016-05-24test: improve debug-break-on-uncaught reliabilityRich Trott
2016-05-16test: move test-debugger-debug-brk to sequentialRich Trott
2016-05-12test: fix test-debugger-repl-break-in-moduleRich Trott
2016-05-11test: fix test-debugger-pidSantiago Gimeno
2016-05-02debugger: display array contents in replcjihrig
2016-03-24test: fix test-debugger-client.jsRich Trott
2016-03-07test: remove broken debugger scenariosRich Trott
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2016-01-05test: remove unused varsRich Trott
2015-11-17debugger: introduce exec method for debuggerJackson Tian
2015-10-06test: load common.js in all testsRich Trott
2015-06-05debugger: improve ESRCH error messageJackson Tian
2015-06-03test: remove hardwired references to 'iojs'Rod Vagg
2015-05-19test: enable linting for testsRoman Reiss
2015-03-27debugger: don't spawn child process in remote modeJackson Tian
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-05-02debugger: assign Environment to DebugContext tooFedor Indutny
2014-02-17Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-20debug client: connect after child is readyAlexis Campailla
2014-01-20test: move debugger repl into own sectionTimothy J Fontaine