Debug

by Deadron
Debug your games by looking inside objects or savefiles at runtime.
ID:91579
 
A convenient way to debug pesky problems. Copy in the bit of demo code to your game and you'll have a debug verb that lets you check the variables of any object in your game while it's running.



12 September 2003:

- Fixed bug reported by Shadowdarke, where the control panel would not display if you didn't have extra control panel objects listed.

Here is all it takes to set up:
verb/Debug()
    dd_debugger.ControlPanel()