This addon adds an auto-load, which allows you to call it anywhere, put some values into it and get them on your screen. It makes development easier, by allowing you to not constantly look into the console for print() results. It may be very useful when your game is fullscreen or you simply don't want to alt + tab every second. Auto-load has two methods: info(...args) - which takes no key and simply displays all info it gets. Use it in _process, _physics_process or any other similar functions. keep_info(key : String, ...args) - which takes a key, and displays any information with it. Use it in _ready, _enter_tree, _exit_tree, or any other function. This actually allows to store info, and may be used instead regular info().
Changelog for version Simple Debugger
No changelog provided for this version.