Debugging Windows Azure (without Intellitrace)
If you have, or have access to, a workstation with an x64 version of Visual Studio, you can configure Azure diagnostics to collect and copy the crash dumps to Blob Storage:
// Must be called after diagnostic monitor starts. CrashDumps.EnableCollection(false);`
You can then download them (using a tool like Azure Storage Explorer) and debug them locally.
Comments (0)
Trackbacks (0)
Leave a comment
Trackback