tapes not neccessarily run in debug by default

This commit is contained in:
folkert van heusden 2024-04-07 23:22:32 +02:00
parent 4be9b235e7
commit 657ac27612
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -487,7 +487,7 @@ int main(int argc, char *argv[])
if (is_bic)
run_bic(cnsl, b, &event, tracing, bic_start.value());
else if (run_debugger || (bootloader == BL_NONE && test.empty()))
else if (run_debugger || (bootloader == BL_NONE && test.empty() && tape.empty()))
debugger(cnsl, b, &event, tracing);
else {
c->emulation_start(); // for statistics