I've turned off the dialog "build failed do you want to launch last successful build", and don't want to turn it back on. Is there a way to manually (menu command, macro) launch the last successful build, without having to start a build at all? This is useful to show something to another person while I'm the middle of coding and I've broken the build (or simply don't want to wait for the next compilation, whether it succeeds or fails).
Launching the exe in the bin folder doesn't work, first because it doesn't have the current command-line argument & working directory setup in the build options, and secondly I get asserts: apparently it's expecting to be attached to the debugger (which I think we still have with the "last successful build" dialog?). This is for Visual C++ 2010.