Mega Search
23.2 Million


Sign Up

Make a donation  
Delphi XE7 / Windows 8.1 / WIN 32 - Debugger / MSBUILD ... p  
News Group: embarcadero.public.delphi.language.delphi.general

Hello @all,

maybe somebody can help -
I am using XE7 UP1 on Windows 8.1 - I need to use the external build 
process with MSBUILD (which works really fine) - since the application 
is really big .. the problem is - that I can start the debugger once and 
debug - but when I change the source / recompile or build the next time 
the IDE tries to start the application with the debugger the IDE just 
crashes ... all of this worked in XE6 ...

I tried everything on a clean PC ... and have the same problems. 
Project files etc. are
clean and okay ...

I also tried this  with a "small" project ... this works ... maybe 
Delphi can only be used for 10 lines of code ?

Anybody out there ?

Thanks for help

Nils

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 15-Jan-2015, at 2:08 AM EST
From: Nils Dzubiel
 
Re: Delphi XE7 / Windows 8.1 / WIN 32 - Debugger / MSBUILD .  
News Group: embarcadero.public.delphi.language.delphi.general
On 15.01.2015 20:48, Michael Anatol wrote:
> Well-known problem, heh. If you have C++ Builder installed with Delphi, then I have a "solution".
>
> Navigate to reg key - HKEY_CURRENT_USER\Software\Embarcadero\BDS\15.0\Debugging\Embarcadero Debuggers\Evaluators
> Set value "comp32x.dll" to "-1".
> Repeat for same key in HKLM.
> Enjoy.
>
> P.S. Hurray for "Emb's quality realease" :(
>


Well tried that - no change - as soon as I include "Remote debug 
symbols" the IDE dies ...

Nils

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 15-Jan-2015, at 2:36 PM EST
From: Nils Dzubiel
 
Re: Delphi XE7 / Windows 8.1 / WIN 32 - Debugger / MSBUILD .  
News Group: embarcadero.public.delphi.language.delphi.general
Well-known problem, heh. If you have C++ Builder installed with Delphi, then I have a "solution".

Navigate to reg key - HKEY_CURRENT_USER\Software\Embarcadero\BDS\15.0\Debugging\Embarcadero Debuggers\Evaluators 
Set value "comp32x.dll" to "-1".
Repeat for same key in HKLM.
Enjoy.

P.S. Hurray for "Emb's quality realease" :(

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 15-Jan-2015, at 11:48 AM EST
From: Michael Anatol
 
Re: Delphi XE7 / Windows 8.1 / WIN 32 - Debugger / MSBUILD .  
News Group: embarcadero.public.delphi.language.delphi.general
On 15.01.2015 14:03, Christophe Ravaut wrote:
> see
>
>   [http://stackoverflow.com/questions/27701294/why-does-delphi-xe7-ide-hangs-and-fails-on-out-of-memory-exception/27702903#27702903]
>
>
>
> Edited by: Christophe Ravaut on Jan 15, 2015 2:00 PM
>
> Edited by: Christophe Ravaut on Jan 15, 2015 2:01 PM
>
> Edited by: Christophe Ravaut on Jan 15, 2015 2:02 PM
>

Already tried that - no changes ... as soon as you
try to debug again the IDE dies.

Nils

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 15-Jan-2015, at 6:22 AM EST
From: Nils Dzubiel
 
Re: Delphi XE7 / Windows 8.1 / WIN 32 - Debugger / MSBUILD .  
News Group: embarcadero.public.delphi.language.delphi.general
see

 [http://stackoverflow.com/questions/27701294/why-does-delphi-xe7-ide-hangs-and-fails-on-out-of-memory-exception/27702903#27702903] 



Edited by: Christophe Ravaut on Jan 15, 2015 2:00 PM

Edited by: Christophe Ravaut on Jan 15, 2015 2:01 PM

Edited by: Christophe Ravaut on Jan 15, 2015 2:02 PM

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 15-Jan-2015, at 5:03 AM EST
From: Christophe Ravaut