diff --git a/src/main.cpp b/src/main.cpp index 4982702..f96f5d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -217,6 +217,7 @@ void FDR::read_console() { std::vector strings; std::string str; while (std::getline(console_file, str)) { + std::cout << "str: " << str << "\n"; strings.emplace_back(std::move(str)); } last_char_read = console_file.tellg();