|
Subject:
|
Xcode debugger: "Step-into" doesn't work
|
|
Posted By:
|
haribo
|
Post Date:
|
1/25/2006 12:13:24 PM
|
Hi! I am currently going through Chapter 3 of the book "Beginning Mac OS X Programming" (Trent/McCormack). Interestingly, the debugger would not execute the "Step Into" command at the line:
answer = calculate(a, b, op);
Instead of jumping into the "calculate" function, it is simply stepping over it! I have never seen this before with other compilers. I have already checked the "build" settings of the target and found no clue.
Who can help? I have Xcode 2.2.1 on a PowerBook G4.
|
|
Reply By:
|
rhanneken
|
Reply Date:
|
1/27/2006 8:02:30 PM
|
See my post in this thread: http://p2p.wrox.com/topic.asp?TOPIC_ID=33586
Xcode 2.2 allows you to turn off ZeroLink globally: click on the Build menu and select "Allow ZeroLink" to clear the check mark next to it.
|
|
Reply By:
|
haribo
|
Reply Date:
|
1/28/2006 9:32:01 AM
|
Thanks! Seems they should have mentioned this already in the book ... Harald
|