-
Notifications
You must be signed in to change notification settings - Fork 294
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
Notebooks - Variables disappear for a moment when run by line enabled #7697
Comments
Is this a golden scenario
I think we can push this off till later, feels this is more like polishing of RBL. |
Unable to repro, @claudiaregio Please could you try this again and confirm you are able to repro this. |
I think i can see how we'd end up in a situation where variables aren't displayed:
I think we need a better way to check if a debugger is attached, instad of checking if somethign is attached, we need to look at the pending state.
|
@DonJayamanne Yes I can still repro consistently |
@claudiaregio Thanks, I've added comments above, this will require a bit more work.
Had a chat with Rich, and he agrees, we might need a bit of clean up here (some work was left un-done and was supposed to be completed, guess we never go to them). |
Perhaps related to #7970? Or at least the two may be readily fixable together. |
The situation that Don describes is possible, but I don't think that's the cause of the problem Claudia is showing. We just always refresh whenever we stop on a breakpoint. Just like the C++ debugger. Should we special case the first line to skip such a refresh? Maybe? I'm taking this off of the fix now list and putting back in triage. Right now this behavior is by design. |
Thanks for the feedback! However, we don't have plans on fixing this at this time. :) |
Environment data
Steps to reproduce:
Actual behavior
Variables go away and it flashes 'No Variables Defined' for a moment
Expected behavior
For variables not to disappear
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: