How to debug VB Class Library?

  • Thread starter Thread starter Marina
  • Start date Start date
M

Marina

Debug - Attach to process. Select the process that will be using your DLL.
 
Add the Class Library project to your Solution (similar to a Project Group
in VB 6.0). Now you can set breakpoints and debug code in the library the
same way you would in the Exe or ASP.NET application.
 
How to debug a VB Class Library? Like VB6, I can run the DLL in VB IDE to
wait for other application call. How can I do the same thing in VB2005?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top