138 Commits (ed7fb149a20ee5e7aa9a0574a242a193d7acd761)

Author SHA1 Message Date
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
Fedor Indutny b5d32d4a9e debugger: do not request `continue` on connection 13 years ago
Bert Belder 829735e738 Implement process._debugProcess 13 years ago
Fedor Indutny 9ad27f7853 ignore undefined messages in the debugger repl 13 years ago
koichik 8a729270c1 fix for --harmony_block_scoping 13 years ago
Fedor Indutny b43eb9678b debugger: fix backtrace err handling 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Fedor Indutny 360ce526fd debugger: watch, unwatch, watchers 13 years ago
Fedor Indutny 1b8b097fad debugger: refactor, no more res.success checks 13 years ago
Fedor Indutny 95866a6445 debugger: export port 13 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 13 years ago
Fedor Indutny f4124e18cb debugger: setBreakpoint('fn()') 13 years ago
Fedor Indutny c26cf84a08 debugger: fix backtrace with no frames 13 years ago
Fedor Indutny 9b6acc27aa handle backtrace errors 13 years ago
Fedor Indutny 9e09fc0508 more cli options 13 years ago
Fedor Indutny 43cb4ec76b debugger fix for #1707 13 years ago
Fedor Indutny 39fec6003e debugger: remove useless clearlines, updated test 13 years ago
Fedor Indutny 78d91ff074 don't use global vars 13 years ago
Fedor Indutny 2010071339 readline: custom streams support 13 years ago
Fedor Indutny 1e37efb08b initial tests 13 years ago
Fedor Indutny 8efe7a8304 [debugger] shorten break message 13 years ago
Fedor Indutny 79fd1f7f0b [debugger] optimize context's properties initialization, make 'list' a function, not a getter 13 years ago
Fedor Indutny 3148f1400e [debugger] fix 'debug> connecting...', fixed autostart (XXX figure out why it wasn't working in some cases), fixed highlighting for first line of module's code 13 years ago
Fedor Indutny b20c98e427 fix 'null' mirroring 13 years ago
Fedor Indutny a0556fcbe1 repeat last command if empty line was entered 13 years ago
Fedor Indutny 292e2ea5ad fix breakpoint prefixing in list() 13 years ago
Fedor Indutny c8ffbcd9f1 added comments, spawn child process automatically at debugger's start 13 years ago
Fedor Indutny 4ff15512f5 remove arrow from current source line 13 years ago
Fedor Indutny ff05beeef3 fix inspection of zero 13 years ago
Fedor Indutny 145fac7fb1 setBreakpoint w/o arguments should set one on a current line 13 years ago