Author Topic: Quick debugging question  (Read 4369 times)

darkwalk

  • Guest
Quick debugging question
« on: March 25, 2006, 06:43:54 pm »
Hi all:  I have a quick question regarding debugging.  What does it mean when code::blocks highlight a watched variable red inside the watch window?  I tried to find some documentation that would explain simple things like this, but I can't find one.  Does anyone know where/if there is one?  Thanks!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: Quick debugging question
« Reply #1 on: March 25, 2006, 06:49:44 pm »
from the top of my head : that variable got new values ... ?

darkwalk

  • Guest
Re: Quick debugging question
« Reply #2 on: March 25, 2006, 07:03:00 pm »
Okay, that was a dumb question.  Thanks for answering though!