Status: Accepted
Owner: [email protected]
Labels: Type-FeatureRequest Priority-Medium
New issue 2362 by [email protected]: Display hidden stack values:
return values and exceptions
http://code.google.com/p/v8/issues/detail?id=2362
V8 debug API and protocol should expose the following stack values,
currently invisible:
- a return value, when paused below return statement
- a return value, when paused inside finally after return executed
- an exception being thrown, when paused inside finally
- when paused inside complex expression, sub-expression results such as:
* function calls,
* value conversion,
* method resolved function
* etc
See related issue from Chromium project:
http://code.google.com/p/chromium/issues/detail?id=155730
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev