NO

Author Topic: Breaking When Condition is True  (Read 2586 times)

SodaPop

  • Guest
Breaking When Condition is True
« on: June 21, 2006, 07:53:50 PM »
I would like the debugger to break on a particular line when an expression is true. Whenever I try this, I get a message "Error in Expression." The expression I'm currently using is

strlen(buffer)>0

However, I get this message with almost any other expression. I also receive this message in the Watch tab.

What is the proper syntax for writing debugger expressions?

Thanks.