CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
debugger.h
1
2#ifndef _aspose_system_diagnostic_debugger_h
3#define _aspose_system_diagnostic_debugger_h
4
5#include "defines.h"
6
7namespace System { namespace Diagnostics {
8
13{
15 static ASPOSECPP_SHARED_API void Break();
17 static ASPOSECPP_SHARED_API bool get_IsAttached();
18};
19
20}} // System::Diagnostics
21
22#endif // _aspose_system_diagnostic_debugger_h
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).