Table of Contents
DiagnosticTools.StartDebugMonitor Method 

Starts the built-in remote debug monitor.

Syntax
 public static void StartDebugMonitor(
   string sessionName
);

Parameters

sessionName
A name that can be used by EO to identify your session.
Remarks

This method starts the built-in remote debug monitor and has the same effects as using remote debug monitor through the interactive DebugTools.exe GUI application.

Note: In order to use this method, DebugMonitorHelper.exe and DebugMonitorHelper.exe.config must exist in the same directory as EO.Base.dll.

See Also