How to avoid stepping into dll code file?
Posted
by Syed Tayyab Ali
on Stack Overflow
See other posts from Stack Overflow
or by Syed Tayyab Ali
Published on 2010-04-14T20:04:58Z
Indexed on
2010/04/14
20:13 UTC
Read the original article
Hit count: 283
I was debugging my project, at some point I also need to debug dll file. What I did, I locate source code file and open it and all thing went well.
But now, when I reach at the same point dll file automatically open. How could I avoid this situation? it annoy me.
© Stack Overflow or respective owner