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

Calls from blocks show up as from caller method #59

Open
dylanahsmith opened this issue Apr 23, 2018 · 0 comments
Open

Calls from blocks show up as from caller method #59

dylanahsmith opened this issue Apr 23, 2018 · 0 comments

Comments

@dylanahsmith
Copy link
Contributor

This is happening for a similar reason as #57

This is happening because rotoscope tries to keep information from the stack based by pushing a frame to this stack on call events and popping a stack from on a return event.

except that it doesn't keep track of calls to blocks.

Unlike that issue, this one is easier to fix with the current approach by also tracing block calls and returns so they can be included in the rotoscope stack.

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