blob: 5609f2f350d6b2f33971bebc95b47fdd71932b2a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 xdbg <object>
3
4DESCRIPTION
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
12EXAMPLE
13 xdbg $me
14