I'm trying to debug the CPPUnitTests and the breakpoints are set in the files that are a part of the to-be-tested DLL (C++ unmanaged dll).
I attached the CPPunit tester process to the visual studio IDE where the project is open, in the native mode (tried managed + native too) and then ran the tests but the breakpoints are NOT getting hit at all.
The breakpoints appear to be fine (FULL RED DOT). I built all the necessary the DLL in Debug Build.
I went to Debug->Windows->Modules to check if the tester process loaded the DLL that I'm debugging and it did, and the SYmbol File is loaded too, but there is an exclamation mark in the DLL's name and it says "the module did not load at the default load address" when i hover my mouse over it.
How do i fix this? I need to debug the cppunit tests.