C
call_me_anything
Hi,
How do I stop the debugger (ddd or even gdb will do) when a global
variable (or a static variable in a function) gets modified ?
Adding a watch on the variable only tells that the variable has
changed but not how.
How do I stop the debugger (ddd or even gdb will do) when a global
variable (or a static variable in a function) gets modified ?
Adding a watch on the variable only tells that the variable has
changed but not how.