snerting
Programmer
- Oct 20, 2005
- 52
Hi
I have certain access 2003 VBA applications where code errors tend to break at a much prior point in the "call stack" than the actual error. With long while loops etc, it is really painful to debug as stepping to the place where the actual code breaks takes lots of time. Not to mention cases where the code will only break the first time it is run, in which case I have to restart the application to reproduce the error.
Like it behaves now, I have to set new break points every so often and press F5 to see if the code made it that far and so on.
Any tips on what might be causing this?
Any help is highly appreciated.
I have certain access 2003 VBA applications where code errors tend to break at a much prior point in the "call stack" than the actual error. With long while loops etc, it is really painful to debug as stepping to the place where the actual code breaks takes lots of time. Not to mention cases where the code will only break the first time it is run, in which case I have to restart the application to reproduce the error.
Like it behaves now, I have to set new break points every so often and press F5 to see if the code made it that far and so on.
Any tips on what might be causing this?
Any help is highly appreciated.