IDE Debugging

G

Guest

I'm debugging a VB.NET Windows Form app. I've included .NET DLL from a different project (that I have access to). I need to be able to jump into this other Dll's Source code while debugging.

When I attempt to step into the source code, I receive the message "There is no source code available for the current location."

I'm given NO option to browse/identify the vb file. And I don't How can I do this?
 
C

Cowboy \(Gregory A. Beamer\)

The normal way is to temporarily include the other source project in the
solution when you debug. You can remove the project later.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
billg_sd said:
I'm debugging a VB.NET Windows Form app. I've included .NET DLL from a
different project (that I have access to). I need to be able to jump into
this other Dll's Source code while debugging.
When I attempt to step into the source code, I receive the message "There
is no source code available for the current location."
 

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

Top