View Single Post
  #1 (permalink)  
Old January 25th, 2006, 01:13 PM
haribo haribo is offline
Registered User
 
Join Date: Jan 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Xcode debugger: "Step-into" doesn't work

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.