You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the game will show an error message, but not where the error happened.
Describe wanted behaviour
If the game will open the built-in text editor before reboot, it would allow to try and fix typos etc.
Describe alternatives you've considered
Maybe the error message could show the name of the file that it was trying to read and caused the problem without opening text editor
The text was updated successfully, but these errors were encountered:
I think it's definitely possible to display better error messages, I'll consider ways of doing this. Due to memory limitations on the gameboy, there will be limits to how descriptive that I can make the errors.
For errors that happen at the top level of a script, I can display line numbers for that right away. For errors that happen inside functions, displaying line numbers will be much more complex
It was pretty easy to add line number hints in certain places, I'll put this in the next patch. For errors occurring inside functions, I'll spend some more time thinking about how to do it efficiently.
Is your feature request related to a problem? Please describe.
Currently, the game will show an error message, but not where the error happened.
Describe wanted behaviour
If the game will open the built-in text editor before reboot, it would allow to try and fix typos etc.
Describe alternatives you've considered
Maybe the error message could show the name of the file that it was trying to read and caused the problem without opening text editor
The text was updated successfully, but these errors were encountered: