c# - How to do debug output in Azure roles code? -


suppose write console c# application - can use console.writeline() print whatever status messages , can read when program started in console.

now have windows azure role runs somewhere in cloud there's no console anymore. how do debug output spot role current state , debug problems using debug output easily?

sometimes resort low-tech (but instantaneous instead of waiting diagnostics transfer stuff): http://blog.smarx.com/posts/printf-here-in-the-cloud


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -