NO

Author Topic: check variables values while debugging in Pelle's C compiler(version 8)  (Read 2697 times)

erprasenjitk

  • Guest
Hi Guys,

I am new to Pelles C compiler. i got stuck with one issue. while debugging i want to check the variable's values and also try changing it. i dont know how to do this. can any one please help me with this.

Thanks,
prasenjit

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Hi Guys,

I am new to Pelles C compiler. i got stuck with one issue. while debugging i want to check the variable's values and also try changing it. i dont know how to do this. can any one please help me with this.
Well, if you have your project compiled with debug info, you should have a window in the lower right of the that shows tabs like watch, Globals, Locals, etc. You also should be able to right click in the source code windows and do a "quick watch" or set a new watch for a variable. Then you have also the ability to make changes to those variables...

Ralf