Using XCode.
I have compiled a framework ( in this case GLUT ) as "Development". I then include this framework in an application and run the application in the debugger. However the debugger will not let me 'step in' to a function in the GLUT framework. How can I do this?
Also - is there a way to see what the actual compile commands that XCode is using? The output window just lists the errors/warnings. Not the actual commands that generated them.
I have compiled a framework ( in this case GLUT ) as "Development". I then include this framework in an application and run the application in the debugger. However the debugger will not let me 'step in' to a function in the GLUT framework. How can I do this?
Also - is there a way to see what the actual compile commands that XCode is using? The output window just lists the errors/warnings. Not the actual commands that generated them.