I have upgraded my C++ 6 project to C++ 7.
A feature I liked in 6 was you could put your debug exe in the file structure that you use (ie move it from the debug folder) and point at it for debugging by using Project-Settings-Debug-Executable for debug session
I can't find out how to do this in C++ 7
All I can find is to right click on the project name in Solution Explorer the choose Properties and under Debuggin I find "Working Directory" but can't find anywhere to input the debug exe path.
Anyone know how to do this.
Thanks
Phil