Reviewers: Mads Ager, Christian Plesner Hansen,

Description:
Added a debugger call to run a JavaScript function in the debugger. When
called the debugger will be entered and the JavaScript function will be
called with the debugger ExecutionState object as its first parameter.

This makes it possible to get information like current line number,
current script resource, backtrace information etc. which is not part of
the normal API.

Please review this at http://codereview.chromium.org/12472

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     include/v8-debug.h
   M     src/api.cc
   M     src/debug.h
   M     src/debug.cc
   M     test/cctest/test-debug.cc



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to