Debug Essentials Update 0.0.5
You can now use the recent addition to Game Maker of show_debug_message(val_or_template, val0, ...) and string(val_or_template, val0, ...) arguments format within the debug* functions to keep consistency within projects.
for example
debug_delayed("{0}, your fps is {1}", player_name, fps);
The new feature detects if "{" has been used with the string and if so will attempt to parse it with the string function so the old argument format is still accepted into the debug* functions and should be backwards compatible however I would highly recommend backing up your project before updating. If you have any issues with the new functions or any components of Debug Essentials feel free to let me know. Thanks for support the project and have fun
0.0.5 New Features
- Added string formatting for all debug* functions for consistency with Game Makers recently added show_debug_message() and string() parsing.
- Modified documentation to show debug* function changes
- Changed miss typing of "Debug Essentials" within the project
- Added a warning within the debug essentials terms to encourage backing up existing projects before using or updating Debug Essentials with existing projects. Everything within the terms of use remains the same only a friendly reminder has been added.
These changes have not been added to the Free demonstration version of Debug Essentials. I have also left version 0.0.3 available to download after purchase.
Files
Get Debug Essentials for Game Maker Studio 2
Debug Essentials for Game Maker Studio 2
A set of functions and tools for debugging your projects within the Game Maker engine.
More posts
- Debug Essentials Update 0.0.3Feb 02, 2023
- Organisation UpdateJan 30, 2023
- Debug Essentials for Game Maker Studio 2, ReleasedJan 29, 2023
Leave a comment
Log in with itch.io to leave a comment.