Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Unable to update variable in debug console #68

Closed
DonJayamanne opened this issue Feb 13, 2018 · 1 comment
Closed

Unable to update variable in debug console #68

DonJayamanne opened this issue Feb 13, 2018 · 1 comment

Comments

@DonJayamanne
Copy link
Contributor

  • Debug program:
a = 1
b = 2
  • Break on the second line
  • in Debug Console of VS Code enter the following text:
    a = 9
  • You'll now get the following error:
    SyntaxError('invalid syntax', ('<string>', 1, 3, 'x = 123'))

Basically we're unable to update the value of a variable.

@DonJayamanne
Copy link
Contributor Author

Closing as this has been fixed with #218

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant