|
Added command line debugger to D8 shell.
break location [condition]
clear <breakpoint #>
backtrace [from frame #] [to frame #]]
frame <frame #>
step [in | next | out| min [step count]]
print <expression>
source [from line [num lines]]
scripts
continue
help
It is enabled through the option --debugger which is on by default.
Committed: http://code.google.com/p/v8/source/detail?r=996
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1101 lines, -2 lines) |
Patch |
|
M |
src/SConscript
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/d8.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/d8.cc
|
View
|
1
|
4 chunks |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/d8.js
|
View
|
1
|
2 chunks |
+854 lines, -1 line |
0 comments
|
Download
|
|
A |
src/d8-debug.h
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/d8-debug.cc
|
View
|
1
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/debug-delay.js
|
View
|
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/visual_studio/d8.vcproj
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|