Only thought I have is to check the Properties of your Silverlight project, looking at the "Web" tab....it provides a special option to enable Silverlight debugging (which apparently turns off the browser script debugging). The first time I ran the Silverlight
app a dialog box popped up asking me whether I wanted to enable "Silverlight debugging", and when I answered "Yes" it seems to have enabled that option. Other than that, there are a bunch of debug related definitions on the "Build" tab as well. However,
I didn't have to change any of those. I am having success with debug working in a combined web service and Silverlight solution.
johndavidwood
Member
44 Points
17 Posts
Re: Silverlight Debugging in VS 2008
Feb 19, 2008 07:25 PM | LINK
Only thought I have is to check the Properties of your Silverlight project, looking at the "Web" tab....it provides a special option to enable Silverlight debugging (which apparently turns off the browser script debugging). The first time I ran the Silverlight app a dialog box popped up asking me whether I wanted to enable "Silverlight debugging", and when I answered "Yes" it seems to have enabled that option. Other than that, there are a bunch of debug related definitions on the "Build" tab as well. However, I didn't have to change any of those. I am having success with debug working in a combined web service and Silverlight solution.