A
Alfonso Morra
Hi,
I have written a test exe that uses a dll (DDL_1 say). This dll, also
calls upon another dll (DLL_2 say). I have the source for both dlls.
I want to be able to run my exe and step through DLL one's code and then
step from there into DLL two's code. I have my project settings as ff:
exe project references DLL_1 proj and DLL_2 project
DLL_1 project references DLL_2 project
Both DLLs have been compiled with Debug information. However, I cannot
step through the code. Is there anything I am missing?. MTIA
I have written a test exe that uses a dll (DDL_1 say). This dll, also
calls upon another dll (DLL_2 say). I have the source for both dlls.
I want to be able to run my exe and step through DLL one's code and then
step from there into DLL two's code. I have my project settings as ff:
exe project references DLL_1 proj and DLL_2 project
DLL_1 project references DLL_2 project
Both DLLs have been compiled with Debug information. However, I cannot
step through the code. Is there anything I am missing?. MTIA