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()
ID:91579
Jan 2 2002, 12:00 am
|
|
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()
| |