I am using PyDev 1.5.1 on Windows XP. the debugger works great, except I cannot change a value when debugging in the variables pane. r-click change value accepts a value, but the very next step in the debugger it reverts back.
Are you changing values in the topmost frame? (this is a python shortcoming: it only allows changing the values in the topmost frame)
If you are in the topmost frome, which python version are you using?
I am using the topmost Window, under the 'Variables' tab. The python version is 2.6.3.7
I'm also seeing this using python2.6, Pydev-1.5.3 on Fedora12. I've checked I'm trying to change variables in the top stack-frame.
You seem to have CSS turned off. Please don't fill out this field.
Are you changing values in the topmost frame? (this is a python shortcoming: it only allows changing the values in the topmost frame)
If you are in the topmost frome, which python version are you using?
I am using the topmost Window, under the 'Variables' tab.
The python version is 2.6.3.7
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "(deprecated) Please use https://www.brainwy.com/tracker/PyDev/"
I'm also seeing this using python2.6, Pydev-1.5.3 on Fedora12. I've checked I'm trying to change variables in the top stack-frame.