aboutsummaryrefslogtreecommitdiffstats
path: root/debugging.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugging.h')
-rw-r--r--debugging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugging.h b/debugging.h
index 7a0a27dfdb..7c4c273e43 100644
--- a/debugging.h
+++ b/debugging.h
@@ -121,6 +121,7 @@ public: // debugging hooks
const char *currentArg(unsigned idx) const;
const char *currentLocal(unsigned idx) const;
const char *currentTemp(unsigned idx) const;
+ void printStackTrace() const;
private:
int callIndex(VM::ExecutionContext *context);