Pelles C forum

C language => Beginner questions => Topic started by: vedro-compota on February 07, 2012, 04:13:41 PM

Title: how to debug in Pelles C
Post by: vedro-compota 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 (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)
Title: Re: how to debug in Pelles C
Post by: CommonTater 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.
Title: Re: how to debug in Pelles C
Post by: vedro-compota on February 07, 2012, 04:54:25 PM
>>>"compiles" does not mean "works"

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