You can step over await
- by Alex Davies
I’ve just found the coolest feature of VS 2012 by far.
I thought that being able to silence an exception from the “exception was thrown” popup was awesome, and the “reload all” button when a project file changes is amazing, but this is way beyond all of that.
You can step over awaits when you debug your code!! With F10!!!
Ok, so that may not sound…