Page 1 of 1

"purebasic_debugger*.txt" 0 byte files... (6.02 b2)

Posted: Fri Apr 28, 2023 6:00 am
by jassing
I am seeing a lot of these files, all zero byte -- are they supposed to hold something interesting/useful?
0 PureBasic_Debugger11231.txt
0 PureBasic_Debugger11372.txt
0 PureBasic_Debugger14070.txt
0 PureBasic_Debugger18547.txt
0 PureBasic_Debugger23025.txt
0 PureBasic_Debugger24314.txt
0 PureBasic_Debugger27284.txt
0 PureBasic_Debugger27728.txt
0 PureBasic_Debugger30056.txt
0 PureBasic_Debugger44885.txt
0 PureBasic_Debugger53108.txt
0 PureBasic_Debugger54521.txt
0 PureBasic_Debugger57336.txt
0 PureBasic_Debugger64643.txt
0 PureBasic_Debugger6917.txt
0 PureBasic_Debugger9076.txt
...

Re: "purebasic_debugger*.txt" 0 byte files... (6.02 b2)

Posted: Fri Apr 28, 2023 8:31 am
by Fred
It's the standalone debugger communication file, it should be delete unless the IDE crash (it's done at the IDE ends). You can safely delete them (it's in temp dir, right ?)

Re: "purebasic_debugger*.txt" 0 byte files... (6.02 b2)

Posted: Fri Apr 28, 2023 1:10 pm
by jassing
Fred wrote: Fri Apr 28, 2023 8:31 am It's the standalone debugger communication file, it should be delete unless the IDE crash (it's done at the IDE ends). You can safely delete them (it's in temp dir, right ?)
No crash, but I do sometimes press "quit"
yes, they are in the temp folder.

thanks.
-j