how to debug in Pelles C

Started by vedro-compota, February 07, 2012, 04:13:41 PM

Previous topic - Next topic

vedro-compota

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

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

>>>"compiles" does not mean "works"

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