index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
_debugger.js
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-05
lib: improved forEach object performance
Majid Arif Siddiqui
1
-2
/
+4
2014-02-21
debugger: don't set the `repl.prompt` string
Nathan Rajlich
1
-2
/
+0
2014-02-17
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-2
/
+3
2014-02-17
debugger: Fix breakpoint not showing after restart
Farid Neshat
1
-2
/
+3
2014-02-03
debugger: remove unused definition `currentSource`
Oguz Bastemur
1
-1
/
+0
2014-01-20
debug client: connect after child is ready
Alexis Campailla
1
-9
/
+11
2013-10-25
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+3
2013-10-25
debugger: Fix bug in sb() with unnamed script
Maxim Bogushevich
1
-1
/
+3
2013-10-06
debugger: count space for line numbers correctly
Alex Kocharin
1
-20
/
+6
2013-10-01
debugger: show current line, fix for #6150
Alex Kocharin
1
-1
/
+8
2013-10-01
debugger: repeat last command
Alex Kocharin
1
-2
/
+2
2013-09-04
stream: return this from pause()/resume()
isaacs
1
-2
/
+4
2013-08-19
fixes #6031 spelling errors
Matthew Aynalem
1
-1
/
+1
2013-08-15
lib: remove unused variables and functions
Brian White
1
-2
/
+1
2013-08-01
src: Replace macros with util functions
isaacs
1
-10
/
+10
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-11
/
+10
2013-05-02
debugger: breakpoints in scripts not loaded yet
Miroslav Bajtoš
1
-21
/
+34
2013-04-29
debugger: fix bug in breakpoint regex escaping
Miroslav Bajtoš
1
-2
/
+2
2013-04-27
debugger: breakpoints in scripts not loaded yet
Miroslav Bajtoš
1
-21
/
+34
2013-04-26
debugger: `restart` with custom debug port
Miroslav Bajtoš
1
-3
/
+4
2013-04-26
debugger: print port number when connecting to debuggee
Miroslav Bajtoš
1
-1
/
+1
2013-04-26
debugger: `restart` with custom debug port
Miroslav Bajtoš
1
-3
/
+4
2012-12-14
streams2: Call read(0) on resume()
isaacs
1
-1
/
+1
2012-11-04
debugger: exit and kill child on SIGTERM or SIGHUP
Fedor Indutny
1
-3
/
+4
2012-09-28
debugger: test repeating last command
Fedor Indutny
1
-1
/
+9
2012-09-28
Fixed a bug with last command repeating in debugger
Alex Kocharin
1
-1
/
+1
2012-07-06
Remove octal escape sequences and avoid reserved keyword
Jonas Westerlund
1
-3
/
+3
2012-05-02
debugger: support mirroring Date objects
Fedor Indutny
1
-0
/
+2
2012-03-27
repl: add a 'useColors' option to the repl
Nathan Rajlich
1
-3
/
+6
2012-03-26
repl: fix 'terminal' mode autodetection on global repls
Nathan Rajlich
1
-3
/
+6
2012-03-26
readline: migrate ansi/vt100 logic from tty to readline
Nathan Rajlich
1
-7
/
+9
2012-03-19
debugger: breakOnException
Fedor Indutny
1
-6
/
+17
2012-03-19
debugger: remove 'repl' command from builtinLibs
Fedor Indutny
1
-0
/
+3
2012-03-19
debugger: exit process on repl exit
Fedor Indutny
1
-1
/
+5
2012-02-22
Removed `rl.on('close', ...)` callback
Colton Baker
1
-6
/
+1
2012-02-18
Lint all the JavaScripts.
isaacs
1
-8
/
+8
2012-02-12
debugger: export `debug_port` to `process`
Fedor Indutny
1
-2
/
+11
2012-02-06
Revert support for isolates.
Ben Noordhuis
1
-50
/
+14
2012-01-10
debug threads
Fedor Indutny
1
-14
/
+50
2011-12-19
break on exception
Fedor Indutny
1
-5
/
+27
2011-12-19
use inlineRefs, as it's already impl
Fedor Indutny
1
-1
/
+1
2011-12-19
pass noRefs as arguments
Fedor Indutny
1
-1
/
+1
2011-12-19
pause command
Fedor Indutny
1
-1
/
+20
2011-12-19
allow setBreakpoint(line)
Fedor Indutny
1
-0
/
+6
2011-12-19
preserve cursor pos
Fedor Indutny
1
-1
/
+1
2011-12-19
request backtrace w/o refs, see #1745
Fedor Indutny
1
-1
/
+1
2011-11-11
debugger: correctly handle source with multi-byte characters
Shigeki Ohtsu
1
-9
/
+21
2011-11-04
debugger: do not request `continue` on connection
Fedor Indutny
1
-12
/
+6
2011-11-04
Implement process._debugProcess
Bert Belder
1
-1
/
+1
2011-11-02
ignore undefined messages in the debugger repl
Fedor Indutny
1
-1
/
+1
[next]