Показать сообщение отдельно
Старый 24.05.2018, 13:07   #40  
belugin is offline
belugin
Участник
Аватар для belugin
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,622 / 2925 (107) +++++++++
Регистрация: 16.01.2004
Записей в блоге: 5
https://docs.microsoft.com/en-us/azu...ic-application

Вообще не очень понятно

The debugger will attach to all nodes running the process.

In the case where you are debugging a stateless service, all instances of the service on all nodes are part of the debug session.
If you are debugging a stateful service, only the primary replica of any partition will be active and therefore caught by the debugger. If the primary replica moves during the debug session, the processing of that replica will still be part of the debug session.
In order to only catch relevant partitions or instances of a given service, you can use conditional breakpoints to only break a specific partition or instance.

Conditional breakpoint

Note

Currently we do not support debugging a Service Fabric cluster with multiple instances of the same service executable name.
За это сообщение автора поблагодарили: Logger (1).