Make sure the code at the breakpoint really is being executed. A simple way is to add a call to MessageBox or similar. If the dialog doesnt appear, then the code isnt really being run. If the dialog appears but still the breakpoint doesn't hit, then Break All and check the callstack to try see why the breakpoint is failing.
Click here to start the breakpoint helper again.
©2004 Microsoft Corporation. All rights reserved.
This is a prototype, please send general feedback