From: Jay Freeman (saurik) Date: Sun, 19 Jan 2014 16:56:30 +0000 (-0800) Subject: Mark output from ?debug separate from the result. X-Git-Tag: v0.9.500~39 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/f43fcb8535894f72761f717a792f91ac94364356 Mark output from ?debug separate from the result. --- 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; }