Skip to content

Once you start stepping you basically can't stop #12

New issue

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

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

Already on GitHub? # to your account

Closed
oxinabox opened this issue Jan 20, 2019 · 0 comments
Closed

Once you start stepping you basically can't stop #12

oxinabox opened this issue Jan 20, 2019 · 0 comments

Comments

@oxinabox
Copy link
Owner

This is I think caused by JuliaLabs/Cassette.jl#6
Removing the every function break point is just not seen by all the functions it should be.

A work around would be to add a mutable field to the context's metadata,
to store if it should be breaking at every function or not.
And to check that before deciding if to do anything on this break point.
it will mean everything is a bit slower,
but it should be fine. Mostly.

Related #11

oxinabox added a commit that referenced this issue Jan 22, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant