Hello,
I am trying to use println to print a double quotation mark (") onto the debug output screen. It should work on the watch, but it isn't working properly on the debug output in vsCode - it prints out the escape character too, so rather than just print " it prints \" , which is not what I want.
This is the code I am using. Any idea what the problem is? Does it happen for you as well?