If you can’t attach the debugger to a Silverlight application opened in new browser window using HtmlPage.Window.Navigate method then do the following:
- Go to Debug –> Attach to Process
- In Attach to Process dialog select process which host Silverlight application
- Click on “Select…” button under “Attach to:” section
- In Select Code Type window select “Debug this code type” option and uncheck all checkboxes except Silverlight
- Click OK –> Attach