Remote Debugger, step into assembly code
I am using the remote debugger in Visual Studio to do some WCF debugging. All of that is working great, but while attached to the remote process, I cannot step into code that is defined in an external assembly. Said assembly is built by me, and the symbol files are in the proper location on the service side. If I try to step into the code, it just skips over and goes on its merry 开发者_JAVA技巧way. What should I do?
OK, here it is, in all of my bone-headed wisdom, I just rebuilt the offending assembly as 'Debug' and now everything works perfectly. Go me. :^P
精彩评论