Status: New
Owner: ----
New issue 1670 by [email protected]: Unable to pause/resume profiler using
debugger protocol
http://code.google.com/p/v8/issues/detail?id=1670
When running v8 with the --debug and --prof flags, I am able to
successfully generate the v8.log file, but unable to pause or resume
profiling using the debugging protocol command 'profile'.
I send the following command:
{ "seq" : 1, "type" : "request", "command" : "profile", "arguments" :
{ "command" : "pause" } }
and get the follow error message: "Modules is not an integer"
Using the 'resume' command yields the same error, and other
debugging protocol commands (such as 'evaluate') work just fine.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev