NAME debug_info - Print some internal information SYNOPSIS void debug_info(int i,mixed o) DESCRIPTION This is supposed to be a general function for getting inside driver debug and profile information. The information provided is only of academic interest to people not engaged in driver rewrites. Possible values of i and o and what they do: i o 0 object print information about that object 1 object print information about that objects program (sizes) 9 object print the compiled code of that objects program (switch tables are not handled correctly). Warning, there is *a lot* of output. 10 0 print the part of the `status tables' info that is about the string hash table. 10 1 print the most use hash table entry in the string tables with its contents. 10 2 print statistics about the apply_low function cache 11 0-... as 10, 1 but print the hash table entry number o instead of searching to find the most used one. Other values of i and o are not currently possible. NOTE Some of the arguments to this function is specific for SvenskMUD.