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

Debugging classes 1

Status
Not open for further replies.

1DMF

Programmer
Jan 18, 2005
8,795
GB
Hi,

How do you go about debugging a class, it seems when you call a method on an object, if the method errors, it highlights the method call piece of code not the class where the error occurred.

Do I need to change a setting somewhere? or what process do I need to implement to help with debugging classes in MS Access.

Thanks,

1DMF.

"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
 
In the VB IDE:

Tools/Options/General

then tick "Break in Class Module" under Error Trapping
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top