debugging question

N

neverstill

Hi-

If I'm using an assembly that is compiled in debug in my application, is
there a way that I can debug into that assembly as well? My terminology is
probably wrong, I'll clarify:

I have a web project, in that web project I use an assembly "stuff.dll"
stuff.dll is compile din debug
when I debug my web app, can I step into stuff.dll's code?

Does that make sense?

hope so....

Thanks,
Steve
 
V

Vadym Stetsyak

if you compiled stuff.dll on your machine and .pdb file is present near your
..dll file than you can step into the assemly's code.
 
N

neverstill

OK, thanks. I will test this out again and see what I get. I must have
misses something before.
 

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