On Nov 30, 2004, at 1:11 AM, David A. Lyons wrote:
On Nov 29, 2004, at 7:27 PM, David Alger wrote:
I use CodeWarrior if you put a fprintf call in your code set a break
point there then when the debugger stops execution,
click the step into button then the debugger will display a bunch of
disassembly code set a break point on the first line you see.
The debugger will stop during all calls to that function.
That will work, *provided* the application is linking against the
system's printf, not the MSL printf.
Cheers,
--Dave
I made a test project using MSL and tried what I said to do with six
calls to it and what I said all worked fine.
David Alger
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden