I don't know what this is

I am pretty new to IOS development and every time I create something it says thread breakpoit or something. I don't know how to get rid of this but it isn't letting me compile my application. Right when I hit run it immediately takes me to the LLDB debugger. I could really use some help.

I'd be shocked if anyone could be of help with the little information you've provided.

What is the specific error or message? You may have set a breakpoint accidentally

but that would not prevent the application from compiling, only running beyond such

a breakpoint.


Tell us what it really says.

you have probably inadverntly set a break point in your code somewhere, look for a highlighted line with a small arrow, click on it and delete the breakpoint

If you hit "Run" and it takes you to the debugger, your app did compile and it ran. The debugger gets invoked only after you have a successful compile.


If you stop in the debugger on a given thread (showing to the side), then as iPad_dev said, note that you probably have a blue arrow square thing on the left hand column in the line that it shows for execution (looks hilighted across the code). The same execution line may also show that you are crashed and in that case will be a different color. For the color blind, the interface is not good but look close and it shoudl say "SIGBART" or something.


Unfortunatley this forum has a broken image system so posting a snapshot of what you see is difficult. The picture you see would tell all... (Apple really needs to fix this).


Suggest also checking http://stackoverflow.com

I don't know what this is
 
 
Q