Debug with running exe
-
Hi, I would like to know how to debug through a code with running an exe. e.g. I have a class library in which some functions are defined and a windows application that dynamically (while running) loads and calls the functions from the class library. Currently what I can do is that while running I can debug through the main application, but not in class library. What i need is the functionality in which I can debug through the class library also? Please Help Thanks in advance... Regards, Parag Gupta
-
Hi, I would like to know how to debug through a code with running an exe. e.g. I have a class library in which some functions are defined and a windows application that dynamically (while running) loads and calls the functions from the class library. Currently what I can do is that while running I can debug through the main application, but not in class library. What i need is the functionality in which I can debug through the class library also? Please Help Thanks in advance... Regards, Parag Gupta
You can use the 'attach to process' option in the debug menu to debug a running program.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )