Comment #2 on issue 3876 by [email protected]: New debug context created
each time it is requested
https://code.google.com/p/v8/issues/detail?id=3876
What is the status of this issue. Will be it fixed in future?
I'm this "One of node.js users".
Previously a long life cycle of DebugContext allowed to extend v8 debugger
protocol by custom commands.
DebugCommandProcesssor.prototype._dispatcher['custom-command'] =
function(request, response) { /* do something here */ }
So if I sedned a command (pseudo code):
v8::Debug::SendCommand({
command: 'custom-command'
});
It was nicely handled by dispatcher.
Now extending debugger protocol is impossible.
Or there is other way for extending?
--
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/d/optout.