Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing and sending the context variables for the last 'n' method in the stack #19

Open
szabolcsmaj opened this issue Feb 15, 2017 · 0 comments

Comments

@szabolcsmaj
Copy link
Contributor

With Takipi's UI, users are able to walk the stack and see the value of the variables for the caller methods as well, additionally to the method where the exception happened.

This could be done with GW too by storing references to the caller methods' context variables and sending them over the wire at the time of an exception.

Additionally, the depth of the storage could be set before compilation with the default of n=3 or n=4.

In theory, this should not impact performance significantly because storing the reference has small footprint. Nevertheless, it has to be tested when the feature is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant