Edit-and-Continue is really handy, but each time I break the execution of my program to begin editing, it either takes me to Program.cs or some core library VS doesn't have symbols for. Is there any way to make VS effectively break, but not navigate me to the currently executing symbols?
Thank you