[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Enables communication with a debugger. [Property] Category=Sets the category of the message. ARG(string)|2| Level=Sets a description of the importance of the message. ARG(int)|1|0 +Message=Sets the message to show. ARG(string)|2| [Methods] doLaunch=Launches and attaches a debugger to the process. ARG()|1|0 *doBreak=Signals a breakpoint to an attached debugger. ARG()|1|0 doLog=Posts a message for the attached debugger. ARG(int level, string category, string message)|1|0 *doNotifyOfCrossThreadDependency=Notifies a debugger that execution is about to enter a path that involves a cross-thread dependency. ARG()|1|0 *DefaultCategory=Represents the default category of message with a constant. ARG(string)|3|2 *IsAttached=Returns a value that indicates whether a debugger is attached to the process. ARG(bool)|3|104 *IsLogging=Checks to see if logging is enabled by an attached debugger. ARG(bool)|3|104 *Launch=Launches and attaches a debugger to the process. ARG(bool)|3|104 Message=Defines the message to show. ARG(string)|4|2 Category=Defines the category of the message. ARG(string)|4|2 Level=Defines a description of the importance of the message. ARG(int)|4|1