The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4695031:
Hi,
I noticed I recent problem when updating my PyDev plugin version. The problem
is that the console output is cleared when building the workspace.
I have a python file that is outputting some content to the console and I need
to debug it. After a while, the workspace is automatically build by Eclipse
triggering the PyDev builder. At that time, the console output is cleared. The
problem also arise with .launch configuration but I fixed the problem by disableing
the option to build workspace prior the launching of the configuration (Preferences
-> Run/Debug -> Launching -> Build (if required) before launching).
But now, I'm debugging some features of my script and after a bit of time, the
automatic build of workspace is triggered which clears the output. This is annoying.
It seems like the building process is either clearing the console output or
reuse the existing console to output is own stuff.
Maybe I should log an issue about this behavior ?
Regards and thanks for this great plugin,
Matt
|