One of my users is getting a memory error with my PB program, so I thought I'd provide him with a debug version, but I can't get the standalone debugger to work. I get the message ""The debugged executable did not respond to communication for 10 seconds. Disconnecting." I tried increasing the timeout to 30 seconds but it still times out, even though my program has fully started and I can operate the program.
When using the IDE I use the integrated debugger and that works fine, but for this requirement I set the selected debugger to 'Standalone GUI Debugger' before compiling the executable. To run the executable I run a .bat file containing
where scs11tr.exe is the name of the compiled executable. I've also tried selecting the 'Console only Debugger' but I get the same results.
Am I missing something?
I'm using PB 5.31 (x86).