DLL object debugging

19 Views Asked by At

I have a huge codebase that consists of many modules and one of these modules are using another one as a dll object. Now I want to debug this dll object but i don't know the other module that is using it. Can I do something like the attaching to process debug without knowing the original module that is calling my dll?

0

There are 0 best solutions below