Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 it takes forever to land on breakpoints

Tags:

xcode8

I just upgraded my Xcode to Version 8.0 (8A218a), when I insert some breakpoints and run a project, it just stops for like two minutes then goes to one breakpoint and then takes another two to go to the next one.

Update: Step over also behaves the same (very SLOW).

Does anyone else using 8.0 meet this issue?

like image 912
Boris Avatar asked Nov 08 '22 07:11

Boris


1 Answers

I had the same problem.But it only happen in iOS8.It won't happen in simulator or iOS9+.So,upgrading your iOS version may solve this problem.

like image 56
LinSeanYu Avatar answered Jan 04 '23 02:01

LinSeanYu