Debug

by Deadron
Debug your games by looking inside objects or savefiles at runtime. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Deadron.Debug##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Deadron.Debug##version=2

4377 downloads
Version 2
Date added: Jan 1 2002
Last updated: Jul 29 2009
10 fans
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()