Hi.

For some time I've been using the "DebugSQL" parameter/option when starting the PL/SQL Developer, and it helps in some situations when I need to find what SQL is executed.
However until today I didn't pay attention/noticed that every time I start a new IDE instance the file "Debug.txt" gets recreated.

Is there a way to set that the debug file won't be recreated, but rather the debug data will be appended to the file ?
I know that way the file could become large in size, but would like to keep generated information as a log what was executed.

I am using: PL/SQL Developer v8.0.4.1514

Thanks for any help you can provide.