swarm-support
[Top][All Lists]
Advanced

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

Debugging Swarm programs.


From: J.J. Merelo Guervos
Subject: Debugging Swarm programs.
Date: Mon, 11 Nov 96 20:46:56 +0100

>>>>> "dsumpter" == dsumpter  <address@hidden> writes:

Hi,

    dsumpter> objc_msg_lookup_super (super=0xeffff0a0, sel=0x12f6e4)
    dsumpter> at sendmsg.c:133 sendmsg.c:133: No such file or
    dsumpter> directory.

Unless you have written the objc debugger, you wouldn't want to get
into sendmsg.c. That's obj-c code proper, and the best thing is to
skip over it.

    dsumpter> I have tried compiling Swarm without the -g option, but
    dsumpter> this doesn't stop the debugger looking for the source
    dsumpter> files.

If you do that, it will stop looking for _your_ code and look only at
the library code.

                                JJ



reply via email to

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