开发者

Step into another assembly?

In Visual Studio, is it possible to step into a loaded assembly when you don't have both solutions open?

That is to say, I have two solution开发者_StackOverflow社区s, and I'm trying to find a bug that only shows up in the the second one. The second one references the assemblies output from the first.

How would I load the symbols from that assembly?


Yes, if you have the pdb in the same folder as the dll, or a symbol server.

Note that "reflector pro" (currently in preview) also offers the ability to do this (still inside VS) by decompiling the second dll on-demand


The debugger will load the referenced assemblies automatically... all you need to verify is that the .pdb's are in the same folder as the assemblies, and the debugger should prompt you for the location of the source files...


another option is to load PDBs manually through Tools->Options->Debugging->Symbol dialog. You need to do it only once VS will remember them the next time

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜