Up-level references in debugger #1228
OrlandoDiLasso
started this conversation in
General
Replies: 1 comment 1 reply
|
( @RodneyBates -- You have been named |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does the work in commit 6552873 preclude a debugger command making up-level access to a variable that has no up-level reference in the compiled code? I had this working once in m3gdb, but it got undermined somehow. I don't immediately remember the context. I miss it. Having to work up the dynamic frame stack to the right static ancestor to
see the variable, then back to where one was is a significant thought-process detour.
All reactions