How can I enable breakpoints in both .exe and .dll C++ projects in a single solution?
I have a solution in visual studio with one .exe(exe1) project and 2 dlls (dll1,dll2).
.exe depending on these 2 dlls.
I have a solution in visual studio with one .exe(exe1) project and 2 dlls (dll1,dll2).
.exe depending on these 2 dlls.