make log more readable

This commit is contained in:
folkert van heusden 2023-03-12 10:20:47 +01:00
parent d68a5af55e
commit a84d9a2a3a

View file

@ -308,6 +308,9 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto
*cnsl->get_running_flag() = true;
while(*stop_event == EVENT_NONE) {
if (!single_step)
DOLOG(debug, false, "---");
c->step_a();
if (trace_start_addr != -1 && c->getPC() == trace_start_addr)