OS X debugging.
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Oct 2013 01:29:33 +0000 (02:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Oct 2013 01:29:33 +0000 (02:29 +0100)
src/lib/cross.cc

index 30a953bb835b68fa79c48026d4e9085d73d2315a..30fe887f80787297fa46b6f908d3dd1099097dd9 100644 (file)
@@ -127,8 +127,11 @@ app_contents ()
        }
        
        boost::filesystem::path path (buffer);
+       std::cout << "start " << path << "\n";
        path.remove_filename ();
+       std::cout << "then " << path << "\n";
        path.remove_filename ();
+       std::cout << "and then " << path << "\n";
        return path;
 }
 #endif