1
0
mirror of https://github.com/dingusdev/dingusppc.git synced 2025-01-11 20:29:46 +00:00

debugger: Don't echo auto-repeated commands.

This commit is contained in:
joevt 2023-07-28 15:07:18 -07:00 committed by dingusdev
parent a0ce1efabe
commit b5dbaff748

@ -526,7 +526,6 @@ void enter_debugger() {
if (cmd.empty() && !last_cmd.empty()) {
cmd = last_cmd;
cout << cmd << endl;
}
if (cmd == "help") {
cmd = "";