185 Commits (6f40b03a91cb45fc0cef22b50b11411b8af696b3)

Author SHA1 Message Date
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Jackson Tian 81029c639a debugger: improve ESRCH error message 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Jackson Tian a2ea16838f debugger: don't spawn child process in remote mode 10 years ago
Ben Noordhuis 9dc9ec3ce6 lib: make debug client connect to 127.0.0.1 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Vladimir Kurchatkin f4c536b749 debugger: don't override module binding 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Jongyeol Choi daf9562d91 doc: change to iojs from node in the usage message 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Julian Duque c4a308d223 debugger: improve clearBreakpoint error and docs 10 years ago
Miroslav Bajtoš e93ff4f0ce debugger: fix unhandled error in setBreakpoint 11 years ago
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