I understand that I can debug an Azure Web Role using the methods outlined here: http://msdn.microsoft.com/en-us/library/windowsazure/ee405479.aspx
What's the process for debugging a Windows Azure Website?
I'd like to be able to step through code, set breakpoints, ect.

