The following code example demonstrate the use of debug_form form.
- Windows
-
- macOS
-
- Gnome
-
#define DEBUG
#include <xtd/xtd>
class form1 : public form {
public:
form1() {
text("Debug form example");
static int counter = 0;
};
}
private:
};
int main() {
debug_form debug_form;
}
static void write_line()
Writes a line terminator to the trace listeners in the listeners collection.
Definition: debug.h:336
static const xtd::drawing::color lime
Gets a system-defined color that has an ARGB value of 0xFF00FF00. This field is constant.
Definition: color.h:276
static const xtd::drawing::color black
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
Definition: color.h:69