Original Source
- Original title: Verbose Error Screen
- Original author: Arthran
- Original date: June 14, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/verbose-error-screen.158324/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Verbose Error Screen v1.10 By: Arthran Introduction This plugin makes it so that when an error occurs in your RPG Maker MZ game, it will display the stack trace along with the error message.
Archived First Post
By: Arthran
Introduction
This plugin makes it so that when an error occurs in your RPG Maker MZ game, it will display the stack trace along with the error message.
For those that don't know, the stack trace is the chain of function calls that ultimately lead to the error. This is often essential in determining the cause of the error. When you ask for help with an error on the forums, and somebody asks you to show a screenshot of the console, the stack trace is the information that they're looking for.
Normally, you can find the stack trace by opening the developer console at the time of the error. However, the developer console isn't available after the game is deployed, so including this plugin in your project can help you track down bugs that are discovered by your players.
Screenshots
How to Use
Just add it to your project. No configuration is necessary, though you can change the font color of various elements in the plugin parameters if you want.
Plugin Commands / Script Calls
There are no plugin commands or script calls. It's "plug-and-play."
Download
Download here.
Terms and Credits
Free for use in commercial and non-commercial projects.
Credit is not required, but is appreciated.
You may edit the plugin as you see fit, so long as you do not claim ownership of the plugin.
Changelog
v1.10 - Added "Copy to Clipboard" button
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms and Credits Free for use in commercial and non-commercial projects. Credit is not required, but is appreciated. You may edit the plugin as you see fit, so long as you do not claim ownership of the plugin.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...