Debugging deployed azure app
Posted
by gonzohunter
on Stack Overflow
See other posts from Stack Overflow
or by gonzohunter
Published on 2010-06-01T13:00:44Z
Indexed on
2010/06/01
13:23 UTC
Read the original article
Hit count: 249
Is it possible to attach to a deployed Azure app? I would like to be able to step through the code so that I can see what values are being set in a request to one of my web role actions.
I have looked around and the only examples seem to be of debugging when the azure app is running on the local machine.
© Stack Overflow or respective owner