Friday, January 13, 2006

Debugger problem in 0.9.8.6

Hi all, just noted that version 0.9.8.6 has shipped with a problem in the debugger...

The problem is that the tracing is on (which can make debugging MUCH, MUCH slower, because it prints many things to stderr).

To fix it, go to the plugin org.python.pydev.debug and change the file pysrc/pydevd.py setting "pydevd_trace = 0".

I'll try to release a new version on monday with that fix!

Cheers,

Fabio

No comments: