This bug concerns a problem that exists on the debugger output only. I do not know if it exists yet, when ConnectIQ apps output debug messages inside the debug .TXT file that users have access to.
Previously this code would print out properly in the debugger:
Also, this code would print out properly:
<kml xmlns="htp://www.opengis.net/kml/2.2">
But today 2023.09.30 it prints out incorrectly:
//output1:
//output2:
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<kml xmlns=\"htp://www.opengis.net/kml/2.2\">
This is perhaps a unimportant error, but it is frustrating, and poses problems for developers who rely upon the debugger and common functions to work as expected. Programmers expect their debugger and print functions to work as they are meant to, not cough out extra characters from time to time. This function was working a handful of months ago, not sure what or how it became broken.
See this forum link for more information:
https://forums.garmin.com/developer/connect-iq/f/discussion/347734/how-to-println-double-quotation-mark-using-println
Please fix it!