dingusppc/debugger
joevt 11e0bd79b0 debugger: Work around Xcode Terminal.app issue.
If debugging with Xcode using Terminal.app for the console, Terminal.app may send empty lines to the dingusppc debugger while resizing the Terminal.app window and it will do this forever.
As a workaround, use std::cin.clear() to clear the input buffer before getline and loop until the terminal window size is not changing or the input line is not empty.
2024-03-01 06:56:20 -07:00
..
CMakeLists.txt Fix includes for loguru and SDL. 2021-09-16 00:46:38 +02:00
debugger.cpp debugger: Work around Xcode Terminal.app issue. 2024-03-01 06:56:20 -07:00
debugger.h Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00