BetterCrashlogs
A mod that overhauls the crash log system in Geometry Dash.
image
Features
- Resizable window using ImGui
- More information about the exception
- Registers and stack memory display strings/pointers (if available)
- Saves crash logs to a file
- Ability to copy crash log to clipboard
- Restart button to restart the game
- Stack trace with better formatting
- Stack memory view
- Handling breakpoints
- Ability to continue execution (may crash again)
- Motivational quotes (like in Minecraft)
- Base game method names (no more GeometryDash.exe+0x123456)
- Basic disassembly view (using Zydis)
- Terminate crashed threads without closing the game
- Auto update bindings for the game (supports any GD version)
- Get class names for CCObject pointers
Planned Features
- Fetch .pdb files from mod's GitHub repository (if available)
- Add a settings menu to configure the theme/font size