Nathanael's Debug Tools by Nathanael Nerode
Version 3.0.220522
Miscellaneous stuff I like to have built in when debugging and programming, but would never want to relase.
This is just a repository for debugging code which I found I was copy-pasting between different work-in-progress games. This is released in case it might help someone else.
This eliminates the "Are you sure?" question when quitting; useful to speed up the command-line test/edit cycle.
Tracing startup rules is important when you need it, and requires a decent chunk of code to set up (included here). It is rather annoying when you don't need it. It's enabled with
Use startup rules tracing