Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
more information can be found about the debugging options in the c++ documentation under make files.
2. If you make a DLL:
After your toolkit project is running go to task manager and select the process labeled xstop.exe and debug this process. Then open your c++ code and place a break point at the location that you wish to start debugging.
2b. If you make an EXE
open task manager.
select your EXE with the right mouse and pick debug. Then open your c++ code and place a break point at the location that you wish to start debugging.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.