开发者

Silverlight: How to debug dynamically loaded assemblies efficiently?

I dynamically load Silverlight class library projects on demand. (DLLs in a zip).

This is not the problem...the problem seems to be that I have to manually copy开发者_如何学运维 the pdb file(s) of those loaded assemblies (the assemblies belong all to the same VS solution) into the debug(output) folder of the main Silverlight application for debugging. If I don't do this, Visual Studio does not hold on breakpoints of those dynamically loaded assemblies.

I really hope I make something wrong here and not that I have to create a post-build script, which does that 'copy pdb job'.

Thanks for feedback.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜