Thread: hex numbers
View Single Post
Old 10-01-2002, 12:05 PM   #3
Cogline
New Member
 
Join Date: Apr 2002
Posts: 2
Cogline is on a distinguished road
Unhappy

Is it the case that you are debugging your MUD using a debugger like GDB and you are trying to figure out to which object a pointer is pointing? If so, just dereference the pointer from gdb, like:

print *obj

It would be much safer that way.
Cogline is offline   Reply With Quote