I have a WPF application with a WebBrowser Control. The WebBrowser loads a page with a Silverlight application. Is it possible to debug both applications together? How do I have to start the Silverlight application?
Edit: If I start the Silverlight solution, I can debug the code "in the Browser-Window". If I start the WPF solution I can debug the WPF Part but I can not debug the Silverlight in the "WPF-Window" - the code works but the breakpoints are ignored.