I've downloaded xcode beta and from then I'm not able to see any messages in the debugger console. I only see the: "Message from debugger: killed" after stopping it. I tried downgrading it but since I'm using Sequoia Beta, "normal" xcode won't be compatible with this MacOs version.
This is what I have: xcode Version 16.1 beta (16B5001e)
Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) Target: x86_64-apple-darwin24.0.0
lldb-1500.0.404.7 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
xcode-select version 2409.
package-id: com.apple.pkg.CLTools_Executables version: 15.3.0.0.1.1708646388 volume: / location: / install-time: 1725364937
It can be a mess as I tried so many ways to make this work.
Thanks in advance. Regards.
As "killed" is displayed, that shows that messages are sent and displayed.
When you speak of debugger console, do you mean the window at the bottom right of Xcode ?
What messages are you expecting ? Are they print() ?
Did you check you have no filter active in the console ?
Could you show the code for which you would expect messages in the log ?