I would like to debug plug-in integration using “Visual studio Express 2015 for Windows Desktop”.
I think that the debugger will start up at the start of Smart Client with the following code, but it does not start.
The DLL is copied to [Milestone \ MIPPlugins].
------------------
public class TestPluginDefinition : PluginDefinition
{
public override void Init()
{
System.Diagnostics.Debugger.Lanch();
}
}
Thanks for the reply.
I am developing [XProtect Smart Client plug-ins].
I confirmed the Bo-san 's answer, but I am not a necessary answer.
I use VS2015 Express for Desktop, so I can not set the following settings.
--------------------------------------------------------------
Change the Start action to be “Start external program” and point to the
Client.exe file.
--------------------------------------------------------------
I would like to debug the initialization process in other ways.