Go to file
sgjesse@chromium.org 335a73aa4b 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.
Review URL: http://codereview.chromium.org/18589

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1154 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-01-26 14:03:03 +00:00
benchmarks Fix benchmarks to not format scores that are really errors. 2009-01-13 09:27:47 +00:00
include Split handle scopes into an internal version and a version accessible 2009-01-23 17:22:23 +00:00
samples Adds a --help option and usage message listing all flags to V8. 2008-11-06 10:43:15 +00:00
src Added a simple wrapping of the debugger JSON responses. 2009-01-26 14:03:03 +00:00
test Added a lookup request to the debugger protocol to retreive an object from it's handle. 2009-01-26 13:44:37 +00:00
tools Split handle scopes into an internal version and a version accessible 2009-01-23 17:22:23 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare to push minor change to trunk as version 0.4.8.1. Stillworking on 0.4.9. 2009-01-19 15:55:56 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Added support for building V8 on Windows with either the shared or static version of MSVCRT. The selection of the MSVCRT version is through the new SCons flag msvcrt which can have values static or shared with static being the default. 2008-11-21 11:19:01 +00:00