diff options
-rw-r--r-- | gui/debugger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/debugger.cpp b/gui/debugger.cpp index febd10300a..43f600922a 100644 --- a/gui/debugger.cpp +++ b/gui/debugger.cpp @@ -257,6 +257,7 @@ void Debugger::enter() { do { printf("debug> "); + ::fflush(stdout); if (!fgets(buf, sizeof(buf), stdin)) return; |