168 Commits (41ec1a7d5bdc1a467fde73a4440a7aad1fe7401c)

Author SHA1 Message Date
cjihrig 616343bc61 debugger: use requireRepl() to load debugger repl 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 10 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 10 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 10 years ago
Nathan Rajlich e746bbdc2b debugger: don't set the `repl.prompt` string 11 years ago
Farid Neshat 562b015170 debugger: Fix breakpoint not showing after restart 11 years ago
Oguz Bastemur 3dcf7253a8 debugger: remove unused definition `currentSource` 11 years ago
Alexis Campailla e12e72eb58 debug client: connect after child is ready 11 years ago
Maxim Bogushevich 9c6e06bed3 debugger: Fix bug in sb() with unnamed script 11 years ago
Alex Kocharin 5b230007ad debugger: count space for line numbers correctly 11 years ago
Alex Kocharin 028e652a73 debugger: show current line, fix for #6150 11 years ago
Alex Kocharin 60a1dbddd2 debugger: repeat last command 11 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Miroslav Bajtoš a32a243d5f debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 5ddf7f4200 debugger: fix bug in breakpoint regex escaping 12 years ago
Miroslav Bajtoš 5db936d2ae debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 8c2ad47f42 debugger: `restart` with custom debug port 12 years ago
Miroslav Bajtoš fd9e01c031 debugger: print port number when connecting to debuggee 12 years ago
Miroslav Bajtoš 74323a95a0 debugger: `restart` with custom debug port 12 years ago
isaacs 8f428f3b0d streams2: Call read(0) on resume() 12 years ago
Fedor Indutny 05882668f9 debugger: exit and kill child on SIGTERM or SIGHUP 12 years ago
Fedor Indutny d68c02e3fe debugger: test repeating last command 12 years ago
Alex Kocharin 8ac1a73635 Fixed a bug with last command repeating in debugger 12 years ago
Jonas Westerlund e11b6b8f75 Remove octal escape sequences and avoid reserved keyword 12 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich 698e795a5f repl: fix 'terminal' mode autodetection on global repls 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Fedor Indutny 7418905aef debugger: breakOnException 13 years ago
Fedor Indutny b6cb6ce0d3 debugger: remove 'repl' command from builtinLibs 13 years ago
Fedor Indutny f61d4b7a87 debugger: exit process on repl exit 13 years ago
Colton Baker ac9fa2b846 Removed `rl.on('close', ...)` callback 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Fedor Indutny 6b2091b58a debug threads 13 years ago
Fedor Indutny d87f551f36 debugger: Request backtrace w/o refs, see #1745 13 years ago
Fedor Indutny 80858761a8 break on exception 13 years ago
Fedor Indutny a239ea0d40 use inlineRefs, as it's already impl 13 years ago
Fedor Indutny b00b2f08bf pass noRefs as arguments 13 years ago
Fedor Indutny b0388ccad0 pause command 13 years ago
Fedor Indutny 07ad11916f allow setBreakpoint(line) 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago
Fedor Indutny d9377f5eb0 request backtrace w/o refs, see #1745 13 years ago
Shigeki Ohtsu e0f10ecfd9 debugger: correctly handle source with multi-byte characters 13 years ago