VXACESES Backtrace (Print full error backtrace, optionally capture all exceptions.)
BMM Archive · July 15, 2026
Original Source
- Original title: SES Backtrace (Print full error backtrace, optionally capture all exceptions.)
- Original author: Solistra
- Original date: December 22, 2014
- Source thread: https://forums.rpgmakerweb.com/threads/ses-backtrace-print-full-error-backtrace-optionally-capture-all-exceptions.35226/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
SES Backtrace v1.3 by Solistra Summary This script provides the missing full error backtrace for RGSS3 as well as a number of features related to exception handling for debugging. Normally, the error message given when an exception is encountered provides only the exception information without providing the backtrace; this script rectifies that by displaying the backtrace within the RGSS Console when applicable, potentially logging the backtrace to a file, and allowing script developers to test games with critical bugs without causing the entire engine to crash by optionally swallowing all...
Archived First Post
Summary
This script provides the missing full error backtrace for RGSS3 as well as a number of features related to exception handling for debugging.
Normally, the error message given when an exception is encountered provides only the exception information without providing the backtrace; this script rectifies that by displaying the backtrace within the RGSS Console when applicable, potentially logging the backtrace to a file, and allowing script developers to test games with critical bugs without causing the entire engine to crash by optionally swallowing all exceptions.
Screenshot
This script is made available under the terms of the MIT Expat license. View this page for more detailed information.
Installation
Place this script below the SES Core (v2.0 or higher) script (if you are using it) or the Materials header, but above all other custom scripts. This script does not require the SES Core, but it is highly recommended.
Place this script below any script which aliases or overwrites the Game_Interpreter#update or SceneManager.run methods for maximum compatibility.
Download
This script is available from the SES source repository. The specific file to download is 'lib/backtrace.rb'.
Script authors may also browse the documentation for this script from GitHub Pages.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License This script is made available under the terms of the MIT Expat license. View this page for more detailed information. Installation Place this script below the SES Core (v2.0 or higher) script (if you are using it) or the Materials header, but above all other custom scripts. This script does not require the SES Core, but it is highly recommended.
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...