I have a project in Silverlight with a ChildWindow, this ChildWindow has various breakpoints, but When I run my application, the code does not stop for that lines.
Can someone help me? I don't see which is the problem, thanks.
I have a project in Silverlight with a ChildWindow, this ChildWindow has various breakpoints, but When I run my application, the code does not stop for that lines.
Can someone help me? I don't see which is the problem, thanks.
You might have to attache the debugger to the instance running your silverlight application. If it is the browser, you need to attach to it.
Might be also the same issue as discussed over here: How can I debug Silverlight 5 applications in Visual Studio 2012 after installing Internet Explorer 10?