7#include "../core_export.h"
11#define __XTD_CORE_INTERNAL__
12#include "../internal/__xtd_debugbreak.h"
13#undef __XTD_CORE_INTERNAL__
18 namespace diagnostics {
Represents text as a sequence of character units.
Definition basic_string.h:79
Enables communication with a debugger. This class cannot be inherited.
Definition debugger.h:34
static void debug_break()
Signals a breakpoint to an attached debugger.
static bool is_attached()
Gets a value that indicates whether a debugger is attached to the process.
static bool is_logging()
Checks to see if logging is enabled by an attached debugger.
static void log(int32 level, const xtd::string &category, const xtd::string &message)
Posts a message for the attached debugger.
static bool launch()
Launches and attaches a debugger to the process.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define core_export_
Define shared library export.
Definition core_export.h:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10