NO

Author Topic: PRB: Debugging a console app in Vista  (Read 2325 times)

FMorkel

  • Guest
PRB: Debugging a console app in Vista
« on: February 25, 2008, 05:30:17 PM »
Hi,
I just came across this wonderful peace of software and like to thank the author for sharing it!

My problem:
If I debug a console application in Vista, everything is OK when stepping through it once.
If I change something in the source and do a rebuild, POLINK complains that the output
file (.exe) cannot be written. The problem is that the debugged process for some reason is
still in memory.

Is there a workaround for this?


Thanks,
Fredo

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: PRB: Debugging a console app in Vista
« Reply #1 on: February 27, 2008, 05:43:06 PM »
I seem to be able to reproduce this problem for a 64-bit console app, but not for a 32-bit console app. If I close and then restart the IDE, it appears to work once again. I use the 64-bit edition of Pelles C on 64-bit Windows Vista - you too?!

I will see what I can do about it...
/Pelle

FMorkel

  • Guest
Re: PRB: Debugging a console app in Vista
« Reply #2 on: February 28, 2008, 10:29:52 AM »
My Vista version is 32Bit. And yes, if I restart the IDE, it works again one time.

Many thanks,
Fredo

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: PRB: Debugging a console app in Vista
« Reply #3 on: March 01, 2008, 01:32:34 PM »
Nevermind - I found the problem. Will be available in the next upload.
/Pelle