Interactive pyDev console at breakpoint

前端 未结 4 1491
Happy的楠姐
Happy的楠姐 2021-01-06 06:50

I\'m using Aptana Studio with Pydev 1.5.3 to debug my Django applications. I use PyDev\'s remote debugger and some code in manage.py and for most of the time this setup is w

4条回答
  •  無奈伤痛
    2021-01-06 07:32

    With PyDev 1.5.5 it should be possible:

    1. In "Variables" view, you can right-click on a name, then select "change value".
    2. The console is working as well, albeit a bit tricky.
      It is only for inspection and in a very strange way: you have to input the text in the "Debug server" console, and you will get the output in the "filename" console.
      Note also that you need to press enter twice, leaving an empty line.

    While the "empty line" trick is documented, the issue about two different console for input and output is not, and I think it may be a bug.

提交回复
热议问题