Chromium Code Reviews

Issue 18589: Added a simple wrapping of the debugger JSON responses.... (Closed)

Created:
11 years, 11 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Mads Ager (chromium)
CC:
v8-dev
Visibility:
Public.

Description

Added a simple wrapping of the debugger JSON responses. Added a 'dir' command to the command line debugger to display the details of an object including the handle number for the object and the objects that it references. Added the ability to use #XXX# to a 'print' or 'dir' request. XXX is the handle number for the object. Committed: http://code.google.com/p/v8/source/detail?r=1154

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+375 lines, -28 lines)
M src/d8.js View 8 chunks +375 lines, -28 lines 0 comments

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 11 months ago (2009-01-26 13:41:42 UTC) #1
Mads Ager (chromium)
11 years, 11 months ago (2009-01-26 14:02:12 UTC) #2
LGTM

Powered by Google App Engine