Is anyone else experiencing the Xcode 13.3 debugge...
# kotlin-native
s
Is anyone else experiencing the Xcode 13.3 debugger just hanging when hitting a breakpoint? My setup is a Swift app -> Kotlin (1.5.31) Framework using the
embedAndSignAppleFrameworkForXcode
task. I’m trying to break on a line in a Swift file. It’s always a little slow to initialize the debugger when hitting a breakpoint in a Swift file. In the newest Xcode it just spins forever. Loading up a copy of Xcode 13.1 still works.
r
If you're using the touchlab debugger, xcode 13.3 support just merged about an hour after you posted this https://github.com/touchlab/xcode-kotlin/pull/46
s
I’ll give that a try. The first thing I tried was comment out everything in my .lldbinit files but that didn’t help.
That looks to have fixed the issue for me. Thanks Russell.
r
awesome! Plugins need to include a UUID for each new Xcode version so whenever there’s a new release we need to update. That’s usually a good place to look if you’re trying a new Xcode and having issues.
m
Remembering this I already updated the UUID manually. Is there anything else in the update?
r
No, no other updates at the moment.
m
Ok gr8, thanx 🙂