|
From: | Richard Frith-Macdonald |
Subject: | Re: GDB debugging question |
Date: | Mon, 12 Sep 2005 06:50:27 +0100 |
On 2005-09-12 04:49:44 +0100 Lloyd Dupont <lloyd@nova-mind.com> wrote:
I'm trying to do some debuging using gdb on windows.On MacOSX I'm able to write 'break raise' and it shows me which function I could break into. On my (windows) computer the only thing I have found working so far is "mySourceFile:lineNumber",like "break code.m:273", but I'm still trying to setup a break point like "break raise" (as in [NSException raise]).
I do 'break raise' to break within an exception. Perhaps your problem is that you are using an old version of gdb? You need to be using gdb-6 or later for objective-c support.I have used a 'snapshot' from http://sourceforge.net/project/showfiles.php?group_id=2435
[Prev in Thread] | Current Thread | [Next in Thread] |