Hi --
This may be a stupid question, but I'll feel stupider if I don't ask and find out in 12 months that it was possible (this happened when I realized I could do what I'm requesting below with .aspx files).
Is it possible to change my project files (c# classes, which predominate in an asp.net mvc environment) without recompiling whilst debugging? Specifically, if I find a bug while stepping through code, I want to avoid stopping the debugging, then restarting, and all the associated waiting.
Thanks, James