Console debugger + debugged executable quit unexpectedly

Everything else that doesn't fall into one of the other PB categories.
jacky
User
User
Posts: 63
Joined: Mon Jan 21, 2019 1:41 pm

Console debugger + debugged executable quit unexpectedly

Post by jacky »

Hi,

something weird has happened, whenever I want to run some code in the IDE,
the console debugger is used instead of the integrated IDE debugger.

Additionally when I run the code I get a message requester shortly after
it's finished, telling me that:
The debugged executable quit unexpectedly
The executable format is: Windows, All CPU
and the Compile/Run tab uses "[x] Enable Debugger"
but NOT "[ ] Use selected Debugger" and the greyed out entry in it
is still "Integrated IDE debugger".

I've redownloaded both x86 and x64 5.71 versions and copied all files over again
but the issue is still there.

Any ideas?
User avatar
blueb
Addict
Addict
Posts: 1044
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: Console debugger + debugged executable quit unexpectedly

Post by blueb »

A possibility..
Quit your anti-virus program and try again... I've seen Kaspersky exhibit this once and a while. :idea:
- It was too lonely at the top.

System : PB 6.10 LTS (x64) and Win Pro 11 (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
jacky
User
User
Posts: 63
Joined: Mon Jan 21, 2019 1:41 pm

Re: Console debugger + debugged executable quit unexpectedly

Post by jacky »

Thanks blueb, but unfortunately this isn't the issue. Windows Defender is switched off completely and there aren't any other antivirus solutions active
jacky
User
User
Posts: 63
Joined: Mon Jan 21, 2019 1:41 pm

Re: Console debugger + debugged executable quit unexpectedly

Post by jacky »

I've found the issue but I don't know how to get rid of it...

In the compiler options for the current project, tab "Version Info"
I'm using "[x] Include Version Information"

Once I disable this (and the stuff that uses these variables
inside the project), I'll get back the integrated debugger.

From the .pbp config file:

Code: Select all

      <versioninfo enable="1">
        <field0 value="1,0,0,%BUILDCOUNT"/>
        <field1 value="1,0,0,%BUILDCOUNT"/>
        <field2 value="<part 1> & <part 2>"/>
        <field3 value="<Base application name>"/>
        <field4 value="1.0.0.%BUILDCOUNT"/>
        <field5 value="1.0.0.%BUILDCOUNT"/>
        <field6 value="<Base application name>"/>
        <field7 value="%SOURCE"/>
        <field8 value="%EXECUTABLE"/>
        <field9 value="Copyright %yyyy <part 1> & <part 2>"/>
        <field15 value="VOS_NT"/>
        <field16 value="VFT_APP"/>
      </versioninfo>
I don't know why these values pose any problems...
Post Reply