C# Catchup subscription raising duplicate events when debugging

We have had quite a few frustrations with debugging windows services that work from a catchup subscription.

If we debug within the code that handles an event raised, then the same events seems to be sent again.

If there are no breakpoints active, then it is ok.

Just wondering, as a first step, has anyone else had a similar issue?

Cheerz, Dave

raising your timeouts usually helps, I think it might be worth overriding some settings etc on the connection if an InDebugger() value is set…

Yep, thanks Greg