xtd 0.2.0
debug_break.h
Go to the documentation of this file.
1 #pragma once
5 #include "debugger.h"
6 
19 #define debug_break_() \
20  if (xtd::diagnostics::debugger::launch()) __std_abort()
Contains xtd::diagnostics::debugger class.