Hi,
Anyone knows how to set up swift debugger? I spent far too long to get it working and still unsuccessful!
I made a mock up executable target and followed the instructions, yet the debugger fails to work
I have tried all these commands in the “Build” section and of course “Run” section of the pipeline
Debugger works fine in Xcode!
swift build
swift run
swift run --debugger
All I get is the following.