🚀 Dump Script Parsing Details #4926
Unanswered
AyhamAl-Ali
asked this question in
Suggestions
Replies: 1 comment
-
This looks nice something that I kinda want to suggest for this is a website you can upload your reports to and see it in a nice format/ui |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 Dump Script Parsing Details
An idea that LimeGlass originally suggested and opened my mind about it more, here I am suggesting my personal proposal for it to keep this idea in mind for the team
When reporting bugs, skript developers usually have to debug the reporter's script/scenario with specific environemnt which in many cases it can be a bit painful and many steps needed to be done therefore this proposal comes to rescue (for many many cases)
Adding a script parsing dump/debug file yml/txt/log/json? (my current proposal is in yml format)
The user can simply do
/sk debug/dump <script> [line] [verbosity]
then a file will be generated showing details of each line when parsed[line]
optional argument can be specified to only debug a specific line that you are suspecting[verbosity]
optional argument to quickly force specific verbosity level in-commandExample report
The example above is very detailed and that's why this feature probably needs to comply to verbosity options, either its own verbosity option or the current debug verbosity option in config.sk
This way when trying to find what's went wrong with issues will mostly be easier to find for the dev team and the users.
Ideas are welcome.
Beta Was this translation helpful? Give feedback.
All reactions