Status: New
Owner: ----
New issue 3171 by [email protected]: Debugger protocol for inspecting
inside a closure.
http://code.google.com/p/v8/issues/detail?id=3171
It would be nice when debugging to:
* print the values of variables defined in a closure
* run code in the context of that closure.
One possible way to do this would be to extend the "frame" request[1] to
take {"handle": <handle-of-a-function>} in addition to {"number":
<frame-number>}. Other places in the protocol that currently expect "frame"
could also be extended to take {"handle": <number>} as well as <number>
This would obviously be better if (when in debugging mode) V8 kept all
values in closures, but that's a separate bug [2].
[1] https://code.google.com/p/v8/wiki/DebuggerProtocol#Request_frame
[2] https://code.google.com/p/v8/issues/detail?id=2377
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.