About the BLIdePluginDevelopment

Top  Previous  Next

This solution has 2 projects:

 

1.- The first one, called BLIde Launcher, launches BLIde inside the current Visual Studio debug session, telling BLIde to load a specific plugin DLL, so this plugin DLL can also be debugged, modified, etc.

 

2.- The second project called Plugin is the DLL itself.

 

So when we press F5 from Visual Studio, BLIde is launched with an attached signal to also launch the DLL being developed, so we can debug BLIde + the plug-in being developed, at the same time, in the same debug session.