ITcHmiSrvExtAsyncDebugHost Interface
Provides an interface to wait for a debugger
to be attached to the current process.
The provided methods only wait for a debugger to be attached to the
current process if DebugConfigurationEnabled
is true, which is the default when building TwinCAT HMI server
extensions with the Debug
configuration.
To enable the Debug configuration at
runtime, call EnableDebugConfiguration,
otherwise the other methods have no effect.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public interface ITcHmiSrvExtAsyncDebugHostThe ITcHmiSrvExtAsyncDebugHost type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets a value that indicates whether the debug configuration is enabled so that a debugger can be attached to the current process. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Enables the debug configuration for the current process if not
enabled. This allows a debugger to be attached to the current
process. | |
|
|
Waits for a debugger to be attached to the current process. | |
|
|
Waits for a debugger to be attached to the current process. | |
|
|
Waits for a debugger to be attached to the current process. | |
|
|
Waits for a debugger to be attached to the current process. | |
|
|
Waits for a debugger to be attached to the current process as an asynchronous operation. | |
|
|
Waits for a debugger to be attached to the current process as an asynchronous operation. | |
|
|
Waits for a debugger to be attached to the current process as an asynchronous operation. | |
|
|
Waits for a debugger to be attached to the current process as an asynchronous operation. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0