How can I set a breakpoint on a variable?
04/09/03 19:02
Ever had some code where a pointer was overwritten, causing a horrible crash? Here's how you can set a watchpoint in the debugger to find it. |
If you're seeing a pointer randomly get stomped on, try using a watchpoint. |