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

[Debug] uinspect dynamic frame walk #1210

Open
leonardt opened this issue Dec 15, 2022 · 0 comments
Open

[Debug] uinspect dynamic frame walk #1210

leonardt opened this issue Dec 15, 2022 · 0 comments
Assignees

Comments

@leonardt
Copy link
Collaborator

See #1189 for some context, we may want to pass to uinspect a set of files to skip when walking up for the original source frame that performed the wiring or instance action. The alternative is to statically provide the number of frames in the internal magma code. I think the latter option is more performant and similar, but we will need to track and find any cases where the reported frame number is current incorrect (e.g. pointing to some internal magma code instead of the user). If the number of cases becomes to large to handle, then the dynamic frame walk will likely be a better option.

@leonardt leonardt self-assigned this Dec 15, 2022
@rsetaluri rsetaluri changed the title [debug] uinspect dynamic frame walk [Debug] uinspect dynamic frame walk Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant