P
Peter Beckett
Does anyone know why I have the following problem? I'm
completely stuck with developing my project any further
until I can find the solution. It's probably something
completely simple & obvious.
To test my code, I insert some breakpoints. I turn to
the form which invokes the code, but it doesn't stop at
the breakpoints, whether in the class object or the
module.
1. This doesn't happen if I return to some of the
earlier versions of the same project; there, the
breakpoints work as expected.
2. I know the relevant code is running, because the
Debug.Print lines are effective on each pass, & if I put
a new MsgBox line in after the break, the dialog box
comes up when I run the code.
3. Putting a Stop statement or a complile-able but
illogical line in the code doesn't seem to help either,
but maybe I haven't thought of anything quite illogical
enough!
Does anyone have any ideas?
completely stuck with developing my project any further
until I can find the solution. It's probably something
completely simple & obvious.
To test my code, I insert some breakpoints. I turn to
the form which invokes the code, but it doesn't stop at
the breakpoints, whether in the class object or the
module.
1. This doesn't happen if I return to some of the
earlier versions of the same project; there, the
breakpoints work as expected.
2. I know the relevant code is running, because the
Debug.Print lines are effective on each pass, & if I put
a new MsgBox line in after the break, the dialog box
comes up when I run the code.
3. Putting a Stop statement or a complile-able but
illogical line in the code doesn't seem to help either,
but maybe I haven't thought of anything quite illogical
enough!
Does anyone have any ideas?