We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Continue
Identified when @DavidKutu was demoing the Continue feature.
The text was updated successfully, but these errors were encountered:
This is intended, the button is meant to exit RBL mode and execute the cell normally.
Sorry, something went wrong.
We need to finalize the UI coordination between RBL and notebook debugging.
We decided on hiding the breakpoints while using RBL. Not removing them, as they need to persist. Just hide them.
We could switch them to look like this, which is what unbound breakpoints look like
I suspect that they are actually being bound but then manually skipped over by RBL
I think this is ok, haven't heard about confused users
roblourens
No branches or pull requests
Continue
button, and it will run to completion without stopping at the break pointsIdentified when @DavidKutu was demoing the
Continue
feature.The text was updated successfully, but these errors were encountered: