presume i'm a *total* newbie
i know nothing about the command line
i've never heard of gdb.
[nibiru:~] davec% gdb br fprintf
GNU gdb 5.3-20030128 (Apple version gdb-309) (Thu Dec 4 15:41:30 GMT
2003)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "powerpc-apple-darwin".
br: No such file or directory.
/Users/davec/fprintf: No such file or directory.
(gdb)
On Nov 29, 2004, at 3:04 PM, Ian Anderson wrote:
On Nov 29, 2004, at 2:59 PM, David M. Cotter wrote:
--> "Ignoring Quickdraw drawing between QDBeginCGContext and
QDEndCGContext"
is there a way to "set a breakpoint" on this somehow, so I can see
the QD call that caused this??
Try setting a breakpoint at "fprintf" and look at the backtrace.
this must be obvious to everyone but me, but, ummm, I don't have the
source code to "fprintf" in my project. i'm in CodeWarrior, how
does one set a breakpoint on a line of code one does not have access
to?