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

Windows specific forum
dibor
Enthusiast
Enthusiast
Posts: 125
Joined: Wed May 20, 2020 5:19 pm
Location: The 3rd planet in the Solar System
Contact:

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

Post 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.
Mac Studio M1Max, PB 6.03Arm64 and x64.
Macbook Air M2, PB 6.03Arm64 and x64.
Windows 10, PB 6.03 x64 and x86.
User avatar
ChrisR
Addict
Addict
Posts: 1127
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

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

Post 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.
dibor
Enthusiast
Enthusiast
Posts: 125
Joined: Wed May 20, 2020 5:19 pm
Location: The 3rd planet in the Solar System
Contact:

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

Post by dibor »

Excellent!!!
Run IDE as admin and integrated debugger is works :)

Thanks a lot Chris!
Mac Studio M1Max, PB 6.03Arm64 and x64.
Macbook Air M2, PB 6.03Arm64 and x64.
Windows 10, PB 6.03 x64 and x86.
Post Reply