Debugging with "Visual studio Express 2015 for Windows Desktop"

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();

}

}

This knowledge base article might be what you need..

https://developer.milestonesys.com/s/article/debugging-techniques-for-Smart-Client-plugins

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.