Page 1 of 1

standalone debugger

Posted: Fri Oct 07, 2016 1:30 am
by k3pto
Somehow I have accidentally enabled the Standalone Debugger. Every time I execute Compile/Run it come up. I have tried reviewing all the options but did not find anything that I recognized as helpful. How do I get it to stop?

Re: standalone debugger

Posted: Fri Oct 07, 2016 2:19 am
by skywalk
Open Compiler Options - Compile/Run:
Debugger:
[x] Enable Debugger
[ ] Enable Purifier
[x] Use selected Debugger: Integrated IDE Debugger ;<-- THIS
[ ] Use Warning mode:

Re: standalone debugger

Posted: Fri Oct 07, 2016 11:17 pm
by k3pto
Hi Skywalk,

Thank you for the suggestion but it did not work. I still get the stand alone debugger.

BTW: I am using the demo version and my program is almost 600 lines. I do not know what PB does when the demo version should no longer work.

Re: standalone debugger

Posted: Sat Oct 08, 2016 12:22 am
by Demivec
I found the options in a slightly different place than skywalk.

File Menu>Preferences
Debugger: Choose Debugger Type -> select Integrated IDE Debugger from drop-down list


The Compiler Options that skywalk mentions are only for the current file being compiled and may not be effective or available if not enabled in the Preferences to begin with.


Regarding using the demo version on a large source file I believe it simply gives an error that the source size is more than is allowed with the demo version and stops.

Re: standalone debugger

Posted: Sat Oct 08, 2016 8:14 pm
by k3pto
Hi Demivec,

Thank you for the suggestion. Still no joy :(

Re: standalone debugger

Posted: Mon Oct 10, 2016 7:45 pm
by HeX0R
Did you tick the "request administrator mode" box?

Re: standalone debugger

Posted: Tue Oct 11, 2016 12:23 am
by k3pto
Hi HeXOR,

Yes I did and that is the problem - no more standalone debugger! That seems to be a very odd response to asking for admin privileges.

Any idea why they are linked?

Re: standalone debugger

Posted: Tue Oct 11, 2016 5:06 am
by Shield
It's probably because the IDE isn't allowed to read content from the compiled program,
because the IDE itself has not been run with administrator privileges.

As far as I know, the standalone debugger is included in the EXE so it can access its own data. :)

Re: standalone debugger

Posted: Tue Oct 11, 2016 7:15 pm
by NicknameFJ
Shield wrote:... the IDE itself has not been run with administrator privileges ...
If you start the IDE with "Run as Administrator"

you can compile/run and debug with the integrated debugger even if Admin mode is requested.

Just tested right now with PB 5.50

Greetings

NicknameFJ