Hi, I'm following the coding example from K&R "The C Programming Language". The code (below) produces a Thread 1: breakpoint 1.1 message. Any advice? Running in Xcode and am typing the code as read in the book. Thank you!
#include
I am not familiar with Xcode environment but I think you have placed a breakpoint while editing the code. So when debugging, the execution pauses at that point. In most IDEs, the breakpoint is enabled by clicking the line number at the left (which generally places a red circle to indicate the breakpoint), click it to disable it.
Better look at this https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/Creating,Disabling,andDeletingBreakpoints/Creating,Disabling,andDeletingBreakpoints.html
ya i think @RBX is correct... @coreylvaughn try to compile your code in this compiler.... http://www.compileonline.com/compile_c_online.php
Join our real-time social learning platform and learn together with your friends!