Hi,
I'm trying to debug a form, and the code that needs attention is called from grid's AfterRowColChange event handler. When I put a breakpoint there, though, it doesn't let me see the action I'm trying to monitor. Once the grid gets the focus, AfterRowColChange breakpoint immediately happens, passing control to the debugger. All right, I let its code run, select the form again... and then AfterRowColChange is called once again, summoning the debugger back, although I haven't had a chance to select a different cell yet. And so ad nauseam, unless I remove the breakpoint. So I can't see what actually happens when the change I want to research does occur.
Any ideas? Thanks.
I'm trying to debug a form, and the code that needs attention is called from grid's AfterRowColChange event handler. When I put a breakpoint there, though, it doesn't let me see the action I'm trying to monitor. Once the grid gets the focus, AfterRowColChange breakpoint immediately happens, passing control to the debugger. All right, I let its code run, select the form again... and then AfterRowColChange is called once again, summoning the debugger back, although I haven't had a chance to select a different cell yet. And so ad nauseam, unless I remove the breakpoint. So I can't see what actually happens when the change I want to research does occur.
Any ideas? Thanks.