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.
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
Post a Comment