Updates:
        Status: WorkingAsIntended

Comment #3 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

When the debugger becomes active, the debug context is loaded and kept via handle. Once the debugger becomes inactive, the handle is cleared. When the debugger becomes active again, a new debug context is loaded.

You can keep the debug context alive by:
- Keep it in a persistent handle so that you can use it. However, internal debugger functionality will still run in fresh debug contexts when it needs to execute something in a debug context, and the debugger has not been active. - Or keep the debugger active by registering a debug event listener or message listener.

--
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.

Reply via email to