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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Breakpoint doesn't work

Status
Not open for further replies.

stalo

Programmer
May 1, 2001
35
CY
I am setting breakpoints in my code in order to check the values of my variables but setting the breakpopint does not work. I use Access 2000 and the code executes as if the breakpoint wasn't there. Note that some days ago it used to work OK.

Any hints?
 

Have you stepped thru your code using F8 to make sure it's reaching the breakpoint.

or set watches on variables to observe their trail

regards Jo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top