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