From c788e6a1b174afd154e589a76885731c2fc19723 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 17 Aug 2010 11:14:04 +0000 Subject: First shot at a debug console. --- client/pracro.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/pracro.cc') diff --git a/client/pracro.cc b/client/pracro.cc index 76cd4df..ded56bc 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -39,6 +39,8 @@ #include "mainwindow.h" #include "viewer.h" +#include "debug.h" + #define CPR_DEFAULT "" #define MACRO_DEFAULT "" #define TEMPLATE_DEFAULT "" @@ -94,6 +96,9 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); + dbg_init(); + dbg_show(); + QString macro = MACRO_DEFAULT; QString templ = TEMPLATE_DEFAULT; bool show_viewer = false; -- cgit v1.2.3