This extension allows you to easily debug your dll in the selected process. It's enough to select / enter the name of the target process and specify the path location of your dll.
How it works:
Starts the selected program
Connect the debugger to a running process
In the process of injects a running boot code dll
Runs the injected code
Example of work:
Open your project dll
Build your project
Set a breakpoint at the desired location in the code
Click on the Tools menu -> DLLInject And Debug
In the dialog box select the name of the program to run, and specify the location of your dll
Press the "Start" button
To obtain the source code for this extension please send me an email at 454042@gmail.com
Bugs
If the target program runs very slowly purpose, it may fail to load dll. Patched in new version (1.1).