How can I debug a deployed cloud service application?
I am trying to make an RDLC report in my application using Themes and Subscriptions. Whenever I run the cloud application locally, I get no errors. But as soon as I deploy it on top of the cloud, I get an error that is not described to such an extent that it can be fixed.
I found that an error occurs when the report is ready for visualization, and not elsewhere. I'm looking for possible mechanisms (by inserting breakpoints, like we do locally, etc.), with which you can debug a deployed cloud application.
Since I use VS2012 Express and professional, intellitrace does not work here.
source share