]> git.saurik.com Git - cycript.git/commitdiff
Mark output from ?debug separate from the result.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 19 Jan 2014 16:56:30 +0000 (08:56 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 19 Jan 2014 16:56:30 +0000 (08:56 -0800)
Console.cpp

index 2a1b0f782ce5df1fab25716ffcc989017b97388a..dbb8baa4f8ec195f9e89f0a47296d50df6a41747 100644 (file)
@@ -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;
         }