summaryrefslogtreecommitdiff
path: root/test/debugger
Commit message (Expand)AuthorAgeFilesLines
* test: remove obsolete debugger testsRich Trott2017-09-137-474/+0
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-2/+2
* test: reduce string concatenationsVse Mozhet Byt2017-05-052-9/+9
* lib: remove _debugger.jsBen Noordhuis2017-04-213-432/+0
* tools: add unescaped regexp dot rule to linterBrian White2017-03-292-2/+2
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-2/+2
* meta: restore original copyright headerJames M Snell2017-03-108-0/+168
* test: add common.mustNotCall()cjihrig2017-02-061-2/+2
* test: increase timeout in break-on-uncaughtSakthipriyan Vairamani (thefourtheye)2017-01-301-2/+5
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-115-19/+19
* test: fix process.title expectationSakthipriyan Vairamani (thefourtheye)2017-01-051-2/+2
* test: use const for all require() callscjihrig2017-01-026-7/+7
* test: refactor test-debugger-remoteSakthipriyan Vairamani (thefourtheye)2017-01-021-21/+31
* test: fix and improve debugger-client testSakthipriyan Vairamani (thefourtheye)2016-12-261-10/+10
* test: fix and improve debug-break-on-uncaughtSakthipriyan Vairamani (thefourtheye)2016-12-231-13/+12
* test: use strictEqual in test-debug-breakAdrian Estrada2016-12-121-4/+5
* test: use ES6 in test-debugger-client.jsAdrian Estrada2016-12-121-35/+35
* test: use strictEqual in test-debugger-client.jsben_cripps2016-12-021-13/+13
* test: fix helper-debugger-repl.jsRich Trott2016-11-091-1/+1
* lib,test: remove unneeded escaping of /Rich Trott2016-11-091-3/+3
* test: remove blank lines at end of filesRich Trott2016-10-051-1/+0
* test: make import common as the first lineSakthipriyan Vairamani2016-07-213-5/+5
* test: remove non-incremental common.PORT changesRich Trott2016-06-012-2/+2
* test: improve debug-break-on-uncaught reliabilityRich Trott2016-05-241-17/+28
* test: move test-debugger-debug-brk to sequentialRich Trott2016-05-161-28/+0
* test: fix test-debugger-repl-break-in-moduleRich Trott2016-05-121-8/+8
* test: fix test-debugger-pidSantiago Gimeno2016-05-111-32/+0
* debugger: display array contents in replcjihrig2016-05-021-0/+4
* test: fix test-debugger-client.jsRich Trott2016-03-241-1/+1
* test: remove broken debugger scenariosRich Trott2016-03-071-5/+0
* lib,test: remove extra semicolonsMichaël Zasso2016-01-161-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-132-3/+3
* test: remove unused varsRich Trott2016-01-052-10/+1
* debugger: introduce exec method for debuggerJackson Tian2015-11-171-1/+11
* test: load common.js in all testsRich Trott2015-10-064-0/+4
* debugger: improve ESRCH error messageJackson Tian2015-06-051-0/+39
* test: remove hardwired references to 'iojs'Rod Vagg2015-06-031-2/+2
* test: enable linting for testsRoman Reiss2015-05-1910-6/+16
* debugger: don't spawn child process in remote modeJackson Tian2015-03-271-0/+52
* Remove excessive copyright/license boilerplateisaacs2015-01-129-193/+0
* debugger: assign Environment to DebugContext tooFedor Indutny2014-05-021-1/+10
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-171-1/+10
* debug client: connect after child is readyAlexis Campailla2014-01-201-1/+1
* test: move debugger repl into own sectionTimothy J Fontaine2014-01-2010-0/+845