Comment #5 on issue 1670 by [email protected]: Unable to pause/resume profiler using debugger protocol
http://code.google.com/p/v8/issues/detail?id=1670

Perhaps I'm doing something wrong. The pause/resume commands seem to
not have any effect. Here's what I'm doing:

Launch with: --noprof-auto

{"arguments":{"command":"resume"}, "command":"profile", "type":"request", 
"seq":2}
{"seq":1,"request_seq":2,"type":"response","command":"profile","success":true,"body":{},"refs":[],"running":true}

Result: No v8.log is created after resuming (profiler does not actually resume)


Launch with: --prof

{"arguments":{"command":"pause"}, "command":"profile", "type":"request", 
"seq":2}
{"seq":1,"request_seq":2,"type":"response","command":"profile","success":true,"body":{},"refs":[],"running":true}

Result: v8.log continues to grow (profiler does not actually pause)

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to