Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11 Debugger Extremely Slow

Tags:

Since downloading Xcode 11, I have noticed that setting breakpoints, stepping into and over code, that the debugger tends to hang, sometimes for minutes at a time. I cannot imagine that Apple would release something like this so I assume I have some misplaced configuration setting or something. Has anybody else noticed this? If so, is there a fix? Surely I am not the only person who has ran into this problem.

like image 726
PDG Avatar asked Oct 06 '19 18:10

PDG


People also ask

How do I debug in Xcode 11?

When you run an application in Xcode, the debugger is automatically started and attached to the process of the application. Click the Run button in the top left or press Command + R. From the moment the application is up and running, we can start inspecting the process and, if necessary, debug it.

How do I run debugger in Xcode?

Step Through Code in the Debugger Customize what Xcode displays when running your app in the debugger by choosing Xcode > Preferences > Behaviors > Running. Use the buttons in the debug bar to control the execution of your app.

What is debugging executable in Xcode?

The “Debug executable” checkbox specifies whether or not you want to run with the debugger enabled. Once running, you can use Debug > Attach to Process on a process that has been launched with debugging disabled if needed. It seems like all this does is start your app with the debugger attached.


1 Answers

Yes, 11.2.1 was the fix provided by Apple

like image 181
PDG Avatar answered Nov 15 '22 12:11

PDG