Page 1 of 1

Integrated IDE Debbuger doesn't works when compiler admin mod is enabled.

Posted: Tue Jun 28, 2022 9:10 am
by dibor
Hello folks.
When I enable compiler admin mode - I can not to use integrated debugger, runs stand alone instead integrated.
In the compiler options Compile/Run chosen Integrated IDE debugger but when I compile my project - stand alone debugger is starts.
Have checked with old 5.73 and new 6 versions.

Do not find anything about it in the help.

Possible to run Integrated IDE debugger with admin mode or not?

Thank you.

Re: Integrated IDE Debbuger doesn't works when compiler admin mod is enabled.

Posted: Tue Jun 28, 2022 9:51 am
by ChrisR
It is written in the help: Compiling your programs
Request Administrator mode for Windows Vista and above (Windows only)
The created executable will always be started with administrator rights on Windows Vista and above (it will not launch if the administrator password is not entered). This option should be set for programs that need to access restricted folders or restricted areas of the registry to get full access.
If this option is turned on, the standalone debugger will automatically selected when debugging, so the program can be tested in administrator mode.

Note: This option has no effect when the program is run on other versions of Windows.
However, if you really want to use the integrated debugger, you can do so by starting PureBasic IDE in Administrator mode.

Re: Integrated IDE Debbuger doesn't works when compiler admin mod is enabled.

Posted: Tue Jun 28, 2022 10:08 am
by dibor
Excellent!!!
Run IDE as admin and integrated debugger is works :)

Thanks a lot Chris!