NO

Author Topic: how to debug in Pelles C  (Read 4485 times)

vedro-compota

  • Guest
how to debug in Pelles C
« on: February 07, 2012, 04:13:41 PM »
Hello helpful Pelles C forum and especially its kindhearted members)

Guys tell me  - is this information about debugging in Pelles C = http://cboard.cprogramming.com/c-programming/131377-help-debugging-pelles-c-ide.html
 present-day?

Or may be there are some another things which  every "cool" Pelles C user (of course "programmer"  - not "user as user"))) should know about debugging?

Big thanks in advance)

CommonTater

  • Guest
Re: how to debug in Pelles C
« Reply #1 on: February 07, 2012, 04:49:39 PM »
Best plan.... open the help file... look in the POIDE section or debugging and start reading.

Yes the information is current... but you have to get the most current addin.

There's no magic... compiler errors and warnings are for errors in source code... but "compiles" does not mean "works" so sometimes you need to trace through a floundering program and find where it's messing up.

vedro-compota

  • Guest
Re: how to debug in Pelles C
« Reply #2 on: February 07, 2012, 04:54:25 PM »
>>>"compiles" does not mean "works"

yes. it's naked truth)
thanks for advise  - i'll try)