2#ifndef _aspose_system_diagnostic_debugger_h
3#define _aspose_system_diagnostic_debugger_h
7namespace System {
namespace Diagnostics {
15 static ASPOSECPP_SHARED_API
void Break();
Definition: db_command.h:9
Debugger interface. This is a static type with no instance services. You should never create instance...
Definition: debugger.h:13
static bool get_IsAttached()
Checks if debugger is attached to current application instance.
static void Break()
Initiates debugger break (if attached).