FRONTPANEL: Add test/demo of sim_panel_debug() to test program
This commit is contained in:
parent
e083a93ea2
commit
27f9fc3c3e
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue