Menu

#1021 Change Value does not work in PyDev

open
debugger (210)
5
2009-12-07
2009-12-01
No

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.

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2009-12-07

    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?

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2009-12-07
    • status: open --> pending
     
  • Brian Matthews

    Brian Matthews - 2009-12-07
    • status: pending --> open
     
  • Brian Matthews

    Brian Matthews - 2009-12-07

    I am using the topmost Window, under the 'Variables' tab.
    The python version is 2.6.3.7