For example, I set the following condition for break point 1:
gdb> condition 1 a == 233
That is only stop at break point 1 if variable a has value of 233.
Is there any way I can remove this condition after I hit the condition?
Since I want to stop at breakpoint 1 again.
Thanks!