-
Notifications
You must be signed in to change notification settings - Fork 67
variable not updating in debug pane when using debug console #1356
Comments
@DonJayamanne We don't get a new |
@karthiknadig Looks like they fixed this in VSC, if the problem still persists, please report on VSC. Re-opening as this is deemed to be working for other debuggers (node), and not for Python. Hence we still need to look into this - as its a bug (could be an upstream issue though). |
Thanks for the reopening- it can be very useful for data-science with python! |
Created an issue on VSCode microsoft/vscode#75359 . I will keep this open, and see what they say about this issue. |
@karthiknadig this issue is now fixed. please update about what you think |
@YoniChechik @DonJayamanne I verified the fix in the Insiders build of VSCode. |
@asaflotz commented on Sun Apr 14 2019
Environment data
Expected behavior
in debug mode on breakpoint, when changing a var in debug console- automatically show change in watch and variable
Actual behavior
no change is shown until at least one step in code is made.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: