Hi guys,
is it possible to debug Swift code in Fleet including inspection of reference variables? I could manage to debug swift and Kotlin code interchangeably in Fleet but I fail to inspect the Swift reference variables in Fleet.
Thanks in advance
Stanislav Sagajnov
07/18/2024, 11:38 AM
can I use llbd console in fleet?
Stanislav Sagajnov
07/18/2024, 12:30 PM
ok, I figured it out. you can type print(variableName) in Debugger console and it will print the content on the console of the app