https://kotlinlang.org logo
s

Sam

03/16/2022, 4:44 PM
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

russhwolf

03/16/2022, 9:42 PM
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

Sam

03/17/2022, 3:19 AM
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

russhwolf

03/17/2022, 3:35 AM
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

MarkRS

03/17/2022, 10:15 AM
Remembering this I already updated the UUID manually. Is there anything else in the update?
r

russhwolf

03/17/2022, 1:57 PM
No, no other updates at the moment.
m

MarkRS

03/17/2022, 1:58 PM
Ok gr8, thanx 🙂
4 Views