]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.h
add debug function which prints the callstack to stderr, disabled by default
[lyx.git] / src / support / debug.h
index fc7f72eff4b9313118e88f73dd1ad5d299bdbbd1..3835242b366f7e3e34e35f4ce9fd530857afeb80 100644 (file)
@@ -124,6 +124,9 @@ namespace Debug {
        /// Show all the possible tags that can be used for debugging
        void showTags(std::ostream & os);
 
+       /// Print simple callstack to stderr
+       void printCallStack();
+
 } // namespace Debug