Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call stack jump on code break

Status
Not open for further replies.

snerting

Programmer
Oct 20, 2005
52
Hi

I'm experiencing in some access VBA applications that if the code breaks, the break point set when I hit 'debug' is set a lot earlier in the call-stack than the line that actually broke. This makes it a pain to debug as I will have to step manually until the code breaks again. This is very time consuming. Any ideas of why access/vba doesn't set breakpoint at the line that actually causes the crash?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top