Page 2 of 2
Posted: Thu May 14, 2009 9:23 pm
by MrMat
Thank you

Re: Longer timeout for debugger
Posted: Mon May 28, 2012 5:04 am
by cornwaab
Hello,
My recent experience might be helpful.
I just encountered: "The debugged executable did not respond to communicate for 10 seconds. Disconnecting". Compilation stopped.
I'm using Purebasic version 4.51 with Windows XP.
The slowness in compiling and this error message has not happened to me before, but this is the first time I've incorporated serial port communication in a program. Following up on a mention in this thread about possible compilation delays when a firewall is active, I disabled ZoneAlarm (and disconnected my computer from the Internet) and compilation became almost instantaneous (it is a small program). In my case the problem seems to be solved by turning off ZoneAlarm.
Good Luck!
--- Andy
Re: Longer timeout for debugger
Posted: Mon May 28, 2012 6:47 am
by c4s
As freak has said in a few posts before it's now possible to change the timeout yourself...
But of course you are right, antivirus tool tend to scan
a lot which heavily
increases disk reading/writing times. I for example learned to disable the antivirus tool whenever I'm backing up my programming folder (with lots of executables) because it will scan every executable, dll etc. when reading and writing which make the whole process about 2-3 times slower.

Re: Longer timeout for debugger
Posted: Thu May 31, 2012 7:52 pm
by cornwaab
c4s wrote:As freak has said in a few posts before it's now possible to change the timeout yourself...
But of course you are right, antivirus tool tend to scan
a lot which heavily
increases disk reading/writing times. I for example learned to disable the antivirus tool whenever I'm backing up my programming folder (with lots of executables) because it will scan every executable, dll etc. when reading and writing which make the whole process about 2-3 times slower.

Hi,
Just to clarify my previous post, the ZoneAlarm program I turned off is only a firewall. This version is years old and has no antivirus capability. When running the effect on computer speed is not noticeable. Something else was going on between the Purebasic compiler and ZoneAlarm than wasting time. I was not running an antivirus program when the time-out error message happened.
--- Andy
Re: Longer timeout for debugger
Posted: Thu May 31, 2012 8:24 pm
by LuCiFeR[SD]
Well, The serial port will be monitored by zonealarm (think back to old style dialup modems here) there is a good chance that ZA is blocking that which is causing PB problems. Adding PureBasic_Compilation1.exe,PureBasic_Compilation2.exe,PureBasic_Compilation3.exe etc to the firewall whitelist would probably fix the issues, but to be honest, an old version of ZA is going to be mighty insecure these days. Time for a new software firewall perhaps?
Re: Longer timeout for debugger
Posted: Thu May 31, 2012 11:13 pm
by MachineCode
cornwaab wrote:I'm using Purebasic version 4.51
Time to upgrade. You shouldn't complain when you're using obsolete versions.
Re: [Implemented] Longer timeout for debugger
Posted: Thu Sep 11, 2014 10:23 am
by djes
I have this problem with 5.30. I'm changing the delay, and it's not doing anything. My program seems to take too much time to compile...
Appart of this, the french version of the alert doesn't give the correct timeout value.