Xcode debugger seems slow

It just feels as if my debugger is running super slow when I step over each line. Each line is doing string comparison, splitting text into words, really nothing fancy.

It appears that every time I hit F6, the Variables View (local variables) takes 4 seconds or more to refresh. But I don't know if that's the cause, or a symptom.

Just curious if anyone can shed any light on this.

Specs

MacBook Pro 2019

2.6 GHz 6-Core Intel Core i7

16 GB 2667 MHz DDR4

Sequoia Version 15.1.1 (24B91)

iPhone running app is 13 pro 18.1.1

Xcode Version 16.2 (16C5032a)

Answered by SergioDCQ in 821456022

So it's definitely that Xcode wins the debugger over the phone via WiFi, and not the cable. Now if I could just figure how to turn that part off, without having to disable WiFi on my entire phone at the start of every work day.

Accepted Answer

So it's definitely that Xcode wins the debugger over the phone via WiFi, and not the cable. Now if I could just figure how to turn that part off, without having to disable WiFi on my entire phone at the start of every work day.

Xcode debugger seems slow
 
 
Q