From f43fcb8535894f72761f717a792f91ac94364356 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 19 Jan 2014 08:56:30 -0800 Subject: [PATCH] Mark output from ?debug separate from the result. --- Console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Console.cpp b/Console.cpp index 2a1b0f7..dbb8baa 100644 --- a/Console.cpp +++ b/Console.cpp @@ -587,6 +587,7 @@ static void Console(CYOptions &options) { history += command_; if (debug) { + std::cout << "cy= "; Write(syntax, code.c_str(), code.size(), std::cout); std::cout << std::endl; } -- 2.50.0