Search code examples
swiftxcode6swift-playground

Debug breakpoint in Swift Playground?


I'm trying to add a breakpoint in the line # gutter, but no breakpoint is added when I do this in the playground. Is this possible or is there another way to set breakpoints in the playground?

enter image description here


Solution

  • There's no debugger so you can't add any breakpoints.