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?
The .exe is compiled with debug infomation, and I have the source code locally, but I just don’t have a vs .sln for it.
In this case, if I want to debug it using VC++, how can I do it?
What kind of solution/project should I create? Let VS open a folder (the source files) maybe?
How to launch (other than attaching) an exe file and debug it?
I’m using VS2022.