I am having an issue inside an Injected DLL and writing to a log file just isn't enough to solve the issue.
I do not know how to make Visual Studio Debug the Injected DLL, I can debug the application doing the injecting just fine. If I set a breakpoint in the DLL it does nothing.

Any help is appreciated...