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.
精彩评论