How to use visual studio to debug a local .exe file without project/sln file?
I know how to debug a VS (VC++) project, but what if I have an exe which compiled by other command line without a VS .sln/.proj file?
I know how to debug a VS (VC++) project, but what if I have an exe which compiled by other command line without a VS .sln/.proj file?