Hallo!
Ok, that's a start, I've gotten that far before. I want to be able to set breakpoints in the functions of my object. But when I do this:
(gdb) break hid_free Function "hid_free" not defined.
hm ... you could try:
break function(types)
think this should work ...
LG Georg