Anybody knows how to debug a web service hosted by an IIS in a Silverlight 4.0 application?
My IIS version is 7.5 and my operating system is windows 7.
Can you please specify the steps on how to?
Thank you so much
Here are the steps to enable Out of Browser debugging. Right click on Silverlight project and select Debug tab from the project properties. Select "Out-of-browser application" radio button to enable Out of Browser debugging. Right click on Silverlight project and select "Set as Startup project".
If you want to debug it, you should press F12 on Chrome to open the developer mode. You can see that the JS code of the current page is under the Source menu, you can set a breakpoint directly at the beginning of the script. Then you can click on the UI button or menu to start debugging(both js and backend activity ).
You can remotely debug a Rule Execution Server application and ruleset deployed on an application server.
When running the solution (in debug mode, or have symbol files up-to-date).
Open the Debug menu then select Attach to process
(Or use shortcut CTRL+ALT+P)
Find the process w3wp.exe || WebDev.WebServerxx.EXE (Casini)
(Check 'Show processes from all users' when working with IIS App Pool under other account)
Click attach
Set breakpoint(s)
Do your debugging
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With