Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode no longer showing stack trace by thread in the debugger navigator on pause

Tags:

xcode

ios

Really scratching my head at this one. Normally when I pause an app via a breakpoint, I see all of the threads in the debug navigator just below the "Network" area, with a stack trace in each thread. I'm not seeing anything.

I have "View process by thread" selected in the Debug navigator

I can see the threads in the bar above the lldb console (context menu is open)

Here is a screenshot.

enter image description here

Losing my mind!

like image 335
JBlake Avatar asked Mar 20 '26 14:03

JBlake


1 Answers

It’s because you are filtering for UIAlert at the bottom of the debug navigator pane (bottom left of screen shot). Click the x in a circle to cancel the filter.

like image 197
matt Avatar answered Mar 23 '26 02:03

matt