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
6#include "defines.h"
7
8
9namespace System { namespace Diagnostics {
10
15{
17 static ASPOSECPP_SHARED_API void Break();
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:15
static void Break()
Initiates debugger break (if attached).