开发者

Silverlight: How to debug dynamically loaded assemblies efficiently?

开发者 https://www.devze.com 2023-03-06 22:10 出处:网络
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 th

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

精彩评论

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