S
sh
Is there a way to set a condition in the debugger, so that the program
will enter the debugger when the condition is true?
In my program, the number of rows in my grid is going down to 0 at some
point, but I can't find what subroutine/function is causing it to
happen. I can't trace the program line by line. I would like to let the
debugger tell me when it happens.
Is there a way to enter a command into a watch window, such as
Grid.Rows.Count=0, and it will enter the debugger when the condition
becomes true?
Thanks
will enter the debugger when the condition is true?
In my program, the number of rows in my grid is going down to 0 at some
point, but I can't find what subroutine/function is causing it to
happen. I can't trace the program line by line. I would like to let the
debugger tell me when it happens.
Is there a way to enter a command into a watch window, such as
Grid.Rows.Count=0, and it will enter the debugger when the condition
becomes true?
Thanks