Pelles C forum

Pelles C => Bug reports => Topic started by: TimoVJL on February 12, 2015, 02:57:08 PM

Title: Debugging 32-bit console program
Post by: TimoVJL on February 12, 2015, 02:57:08 PM
Debugging 32-bit console program isn't always possible in poide64.exe version 8 rc7.
OS Windows 8.1 64-bit.
Same problem with version 8 rc 8.
Code: [Select]
Internal debugger error!

Exception code C0000005
Exception address: 0007FFB0AAE33FB

Same problem with version 8.00
Code: [Select]
]Internal debugger error!

Exception code C0000005
Exception address: 0007FFBC9EE33FB
Title: Re: Debugging 32-bit console program
Post by: dizergin on March 02, 2015, 03:38:36 PM
yes as a fact i can not debug any of (starting from trivial "Hello world")  :( - it ends with  everlasting the  "Access violation" exception.
Title: Re: Debugging 32-bit console program
Post by: DMac on March 20, 2015, 07:04:29 PM
I tried to debug the console Hello world template generated code with Release Candidate 8 on Windows 8.1 64bit.

Access Violation bug persists.

EDIT: I didn't initially read closely but I see now that Timo already mentioned this in his original post.

EDIT 2: here (http://forum.pellesc.de/index.php?topic=6660.0)[^ (http://forum.pellesc.de/index.php?topic=6660.0)] is a work around that I came up with in order to debug my console application on Win 8.1 64bit until such time as this bug gets fixed.