How do I see print statements in the simulator ? nothing seems to happen when I try to print something and there is nowhere in the mac simulator where print statements seems like they should appear. Developing for garmin is such a PITA.
How do I see print statements in the simulator ? nothing seems to happen when I try to print something and there is nowhere in the mac simulator where print statements seems like they should appear. Developing for garmin is such a PITA.
Try something like
System.println("Hello World");
The output shows in the Debug Console in VSC.
Update:
if you use the command line to start the sim, I think it should show in the window where you started the sim, but I've not tried that in years.
Thanks for the reply. Started working once you gave it a stern looking at ;).