ios - Xcode not displaying line number or exception in debugger output -


for reason, xcode not displaying line number of exception, or crash in debugger output. have no breakpoints set , it's being built debug. debugger set lldb. i'm not sure how became onset, it's badly affecting workflow now.

how debugger looks.

this isn't how before (would display main.m), have no idea how happened.

turn off breakpoints. in top bar, unselect button labeled breakpoints.

you accidentally clicked on line , enabled breakpoint. additionally, can click on button looks play button line preceding continue program execution. located on bar above console output.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -