Debugger problem in v5.10 Release?
Posted: Wed Feb 20, 2013 5:03 pm
Fred and company,
Great work on the new version 5.10 - many thanks!
I am currently running v4.50 x86 32-bit with no problems.
I installed v5.10 x86 32-bit version to give it a test, and I'm having a problem with the debugger.
I entered this trivial program:and tried to run it with the internal IDE debugger. I got this error message:
"Cannot execute the file with the internal debugger. Please try the standalone one."
I changed to the standalone GUI debugger and tried again:
"Cannot execute file 'C:\PureBasic_Compilation0.exe'."
The program executes correctly in v5.10 without the debugger, and it also works in v4.50 with or without the debugger.
Could this be something I'm doing, or is it a bug?
Regards,
Eric
Great work on the new version 5.10 - many thanks!
I am currently running v4.50 x86 32-bit with no problems.
I installed v5.10 x86 32-bit version to give it a test, and I'm having a problem with the debugger.
I entered this trivial program:
Code: Select all
Text$ = InputRequester("Title", "Message", #NULL$)
Debug Text$
"Cannot execute the file with the internal debugger. Please try the standalone one."
I changed to the standalone GUI debugger and tried again:
"Cannot execute file 'C:\PureBasic_Compilation0.exe'."
The program executes correctly in v5.10 without the debugger, and it also works in v4.50 with or without the debugger.
Could this be something I'm doing, or is it a bug?
Regards,
Eric