debugging question

  • Thread starter Thread starter neverstill
  • Start date Start date
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
 
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.
 
OK, thanks. I will test this out again and see what I get. I must have
misses something before.
 
Back
Top