SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.07k stars 370 forks source link

Stacktrace #7157

Open MissingReports opened 2 weeks ago

MissingReports commented 2 weeks ago

Suggestion

Something similar to a stacktrace that shows the last 20 executed statements and their line numbers, with a way to print it. E.g: "print current stacktrace"

Why?

It makes debugging way easier and shows where you messed up

Other

No response

Agreement

erenkarakal commented 2 weeks ago

In my opinion, stack traces are only good for tracing errors which we have #7155 for but ill keep this open anyway

sovdeeth commented 2 weeks ago

Related #6436