MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | xdbg <object> | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Prints out debug information buy using the efun debug_info(). | ||||
6 | Not all of these information is useful but it gives you information | ||||
7 | of how many variables, functions, inherited objetcs and so on a object | ||||
8 | has. It also shows if an object is living, if its heart beat is turned | ||||
9 | on, when the next call of reset() will be (but don't take this value | ||||
10 | not too seriously) etc. | ||||
11 | |||||
12 | EXAMPLE | ||||
13 | xdbg $me | ||||
14 |