Hey guys,

        I got nowhere with trying to run our app in gdb after we had  
compiled with the target install_debug.  My machine (128 MB Ram), runs  
completely out of memory before all of the .dlls for our app are loaded.  So,  
I went back to builing just a regular install (I have no symbols, but at  
least I can do some debugging).

        I have two issues that I am trying to resolve now.  Firstly, I have  
a .gdbinit which I use on mach.  The commands all seem to work on NT, but I  
want the file loaded each time I launch gdb.  Where do I need to put the file  
so that this happens automagically (~ and ~/Developer don't seem to work).

        Secondly, how do I message objects which are referenced by a  
variable as in:

(gdb) f 6
(gdb) po $aButton = *(NSObject **)($fp+8)
<NSPopUpButton 0x2114a>
(gdb) po [$aButton target]
A parse error in expression, near '$aButton target]'.
(gdb)

This syntax worked just fine with WOF 3.51.  What has changed?

Thanks,
Paul

---

Paul Summermatter

LGS Systems, Inc.
Medical Computing Division

15 TJ Gamester Ave
Portsmouth, NH 03801-5871
(603) 433-9822  voice
(603) 433-9818  fax
(888) 898-6321  pager
[EMAIL PROTECTED]      paging email

[EMAIL PROTECTED]
(NeXT or MIME Mail Welcome)
http://www.lgs-systems.com

Reply via email to