Pelles C forum

Pelles C => General discussions => Topic started by: Jokaste on June 11, 2018, 01:53:50 PM

Title: Debugging
Post by: Jokaste on June 11, 2018, 01:53:50 PM
Now I have installed the new version and I can't debug programs!
"file xxxxx does not contain..."
I select DEBUG MODE
I choose "Full" for compiler
I select "Pelles C" or "Coff" for the linker
All of this does not give a good result.
Debugging with messageBoxes is not very easy!
Could you help me please?
Thanks
Title: Re: Debugging
Post by: TimoVJL on June 12, 2018, 07:38:56 AM
Try to debug with optimizations off.

The new debugger is better with threaded code like COM ?
New different way to show variables is confusing for old users ?

Title: Re: Debugging
Post by: Jokaste on June 12, 2018, 09:53:43 AM
All optimizations are OFF and inline too.
When compiling the project it adds debugging infos but when I launch the debugger it tells taht there are no debug informations!