开发者

How to debug Silverlight application with multiple browser tabs?

I have made a Silverlight application that can be sta开发者_JAVA百科rted with deep links. My problem is that I need to debug when I try to open the application in another tab with a deep link.

I use VS 2010.

Thanks.


If the piece of code you trying to debug executes immediately upon opening the tab you could try to defer the execution by adding a delay that would allow you to use Visual Studio's Debug -> Attach to process functionality.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜