NO

Author Topic: Debugging  (Read 2061 times)

Jokaste

  • Guest
Debugging
« 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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Debugging
« Reply #1 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 ?

« Last Edit: June 12, 2018, 08:15:19 AM by TimoVJL »
May the source be with you

Jokaste

  • Guest
Re: Debugging
« Reply #2 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!