From 27f9fc3c3e7ff105c6102dfffc6da7fb838d1e8f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 11 Dec 2017 19:45:55 -0800 Subject: [PATCH] FRONTPANEL: Add test/demo of sim_panel_debug() to test program --- frontpanel/FrontPanelTest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontpanel/FrontPanelTest.c b/frontpanel/FrontPanelTest.c index 8506e7e9..99a06e24 100644 --- a/frontpanel/FrontPanelTest.c +++ b/frontpanel/FrontPanelTest.c @@ -188,8 +188,9 @@ if (!panel) { } if (debug) { - sim_panel_set_debug_mode (panel, DBG_XMT|DBG_RCV|DBG_REQ|DBG_RSP|DBG_THR); + sim_panel_set_debug_mode (panel, DBG_XMT|DBG_RCV|DBG_REQ|DBG_RSP|DBG_THR|DBG_APP); } +sim_panel_debug (panel, "Starting Debug\n"); if (1) { tape = sim_panel_add_device_panel (panel, "TAPE DRIVE");