-
Notifications
You must be signed in to change notification settings - Fork 68
Cannot edit collection elements #46
Comments
This appears to be a pydevd bug, where editing a value of, say, the first item in the list executes Python code along the lines of |
I tried changing code in |
I think it's because for It looks like we'll just have to fix it on pydevd side of things, by accounting for indices in the handling of |
Actually, to clarify - when you changed that code, did you change it to generate just a single |
The command args looked like this: |
This is the result of setVariable with following inputs: Instead of updating, it created a new variable. And for this case: you will get this error:
|
No description provided.
The text was updated successfully, but these errors were encountered: