Print to debugger Swift 5.1 Posted by Gerard Grundy Date January 18, 2020 Comments 0 comment All you have to do is type “print(yourVarHere) Example below:var yourVariableHere = “Hi” print(yourVariableHere) Related Tag:Swift 5.1, Swift Tutorials Share: Gerard Grundy Previous post Swift 5.1 How to change the value of an existing variable? January 18, 2020 Next post Stop print printing newline Swift 5.1 January 18, 2020 You may also like Argument passed to call that takes no arguments SwiftUI 5.1 February 15, 2020 Custom Text is being cut off at the top SwiftUI 5.1 February 10, 2020 Comparison Operator Swift 5.1 Challenge January 31, 2020