xtd 0.2.0
Loading...
Searching...
No Matches

◆ debug_break_

#define debug_break_ ( )

#include <xtd.core/include/xtd/diagnostics/debug_break.h>

Signals a breakpoint to an attached debugger.

Header
#include <xtd/diagnostics/debug_break>
Library
xtd.core
Examples
The following code example demonstrates how to stop the debugger at the call to write_line.
console::write_line("Hello, world.");
#define debug_break_()
Signals a breakpoint to an attached debugger.
Definition debug_break.h:21
Examples
application_and_assert.cpp, assert_box.cpp, and assert_dialog.cpp.