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!

Debugging Classes

Status
Not open for further replies.

allanmc10

Programmer
Feb 23, 2006
39
GB
I am writing a program that contains classes. the classes are a seperate app but are added buy references (dll file).

i have a problem with 1 of the classes and would like to debug when my main app is running but not letting me

any1 advise on the right direction to go

regards

big al everybodies pal
 
Two items:
1) It is worth the time to post in proper grammar. Many of the visitors to this forum are not native English speaking let alone AOL shorthand speakers.

2) Instead of adding references to the DLL's for your other projects, add the projects themselves to your solution, then add 'project references' to them instead of 'file references'. That will allow you to step through the code in the classes in those projects.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top