Debug "SensorMonitorSensorItemManager class" in SensorMonitor sample with VS 2017

I try to debug the “SensorMonitorSensorItemManager class” in SensorMonitor sample.

I have a hold point in “TriggerReceiver” function. But I never reach this point,

although I can see in the log of the event server that it is working.

I think I have the wrong debugger setting in VS, but I can’t figure out the correct setting for debugging. I try debug with smart client, Management Client and event server.

What is the correct setting for debugging here?

If you copy your dll to the right folder, start the Event Server, the from Visual Studio choose debug- attach to process and attach to the Event Server service, then you can set breakpoints, single-step debug etc.

There is more information in the MIP Documentation- Plug-in Development- Getting started.

I am so sorry to see this unanswered for so long..