|
|
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 as r996
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1034 lines, -3 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
|
|
4 chunks |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/d8.js
|
View
|
|
2 chunks |
+787 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 chunk |
+123 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/debug.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
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
|
|