RtProcess.RtIsDebuggerPresent Method

Returns true if the real-time process identified by processId is being debugged, false otherwise. Throws a wRTOSException if passed process ID is invalid.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.Diagnostics
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static bool RtIsDebuggerPresent(
    uint processId
)

Parameters

processId

Type: System.UInt32
Realtime process ID.

Return Value

Type: Boolean
true - the process is being debugged. False - the process is not being debugged.

See Also: