Re: Breakpoints not working
Re: Breakpoints not working
- Subject: Re: Breakpoints not working
- From: "James J. Merkel" <email@hidden>
- Date: Fri, 27 Feb 2004 20:58:43 -0800
Thanks to those that have offered suggestions on the breakpoints not
working problem.
Some more information:
In the debugger console window if I enter: b AppController.m:321 where
AppController.m is one of my files, gdb doesn't recognize the file
name.
If I enter: b openFile: where openFile: is one of the methods in the
AppController.m file, gdb sets a breakpoint. But the breakpoint is
shown at address 9315F174. This is beyond the physical memory of the
machine. So something is really screwed up.
This is with a plain vanilla Cocoa objective C application.
Jim Merkel
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.