Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 14195: Added command line debugger to D8 shell.... (Closed)

Created:
12 years ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

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

Patch Set 1 #

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

Powered by Google App Engine
This is Rietveld 408576698