Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Poobah on April 25, 2007, 02:58:34 am

Title: Watch for a variable to change to a specific value
Post by: Poobah on April 25, 2007, 02:58:34 am
I'm not sure if this is possible or not, but could a feature be implemented in the debugger where one can choose to watch a variable and break when it changes to a specific value? This would be extremely useful for me.
Title: Re: Watch for a variable to change to a specific value
Post by: mandrav on April 25, 2007, 08:58:38 am
Currently there are two ways to break based on data:


Title: Re: Watch for a variable to change to a specific value
Post by: Poobah on April 26, 2007, 08:37:28 am
Thanks, mandrav. I hadn't noticed that breakpoints' properties could be edited.