From c46dc0f87fe7431993b9db5587418b9ff4de8efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Fri, 27 Mar 2020 17:57:05 +0100 Subject: [PATCH] Updated smnp.lang.debug (markdown) --- smnp.lang.debug.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/smnp.lang.debug.md b/smnp.lang.debug.md index 3d6fd1e..5911da3 100644 --- a/smnp.lang.debug.md +++ b/smnp.lang.debug.md @@ -1,3 +1,6 @@ # Functions -## `stacktrace(printScopes: bool)` +## stacktrace +``` +stacktrace(printScopes: bool) +``` Prints current stack trace. Also, prints scopes with variables if `printScopes` is set to `true`. \ No newline at end of file