I turned off the "Build failed, you want to run the last successful build" dialog box, and do not want to return it. Is there a way to manually (menu command, macro) run the last successful build without having to start the build? This is useful to show something to another person while I'm in the middle of coding, and I broke the assembly (or just don't want to wait for the next compilation, whether it succeeds or fails).
Running exe in the bin folder does not work, firstly, because it does not have the current command line argument and the working directory settings in the build options, and secondly, I get assertions: apparently, it expects it to be attached to the debugger ( which, I think, we still have with the dialogue "last successful collection"?). This is for Visual C ++ 2010.
source share