how to debug exe service?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
in my app, i call an exe service. but i can't set break point in the exe service. how to do it? thanks in advance
-
in my app, i call an exe service. but i can't set break point in the exe service. how to do it? thanks in advance
Do a debug build, start it, and attach your IDE to the process. Christian Graus - Microsoft MVP - C++