[wingide-users] Where does wing leave temp files
Wingware Support
support at wingware.com
Tue Sep 18 08:54:55 MDT 2007
johnf wrote:
> On Linux (SUSE 10.2) where does Wing3 leave temp files? I wonder if that
> could be slowing my debugging sessions (to many files like on windows).
Temp files go into the system temporary directory -- generally /usr/tmp
or /tmp, but it depends on a number of variables. See the python
tempfile module for details. I don't think the temp directory would be
slowing down your debug sessions, but I've been wrong before :).
Cheers,
John
More information about the wingide-users
mailing list