-
Notifications
You must be signed in to change notification settings - Fork 960
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
[BTRACE-78] Ability to find values of local variables when reaching specific line number using @Location #25
Comments
[author="grnch", created="Fri, 14 Mar 2014 14:07:02 +0100"] Or as a fall back you could maybe provide all local variables in an AnyType[] array, similar to how method parameters are provided? After all, method parameters and local variables sit in the same array on the JVM stack frame. That way even without the names of local variables you could at least guess which slot in the array corresponds to which local var, with a little experimentation. But this is less important, even a simpler implementation that just fails when there is no debug info would be great. |
I'm looking for this feature, then see this issue. I wish it will come soon. |
this's a great feature.hope come soon. |
+1 for this feature : ) |
Stale issue message |
[reporter="jerusalemer", created="Thu, 13 Oct 2011 18:18:22 +0200"]
The existing ability to go a specific line in method can become much more usable if there is an ability to find out the values of local variables at that specific line.
The text was updated successfully, but these errors were encountered: