swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objc_msg_lookup stepping through th code


From: Marcus G. Daniels
Subject: Re: Objc_msg_lookup stepping through th code
Date: 04 Oct 1999 11:21:59 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "FM" == Fabio Mascelloni <address@hidden> writes:

FM> (gdb) break 15 Breakpoint 1 0x4010c2: file main.m ,line 15
FM> (gdb)run

Uh, cut/paste error?  Crashes in objc_msg_lookup usually mean the
target object is invalid.  You can set a breakpoint on objc_msg_lookup
and then use " print ((Class *)receiver)->name" to look at the
target object class and "call sel_get_name (op)" to look at the selector
name.




                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]