I am using Eclipse.
I select Build for Device Wizard
I do not check the box that says "Build release version of the project"
I build and get a .PRG file
Copy that file to /GARMIN/APPS
Go to /GARMIN/APPS/LOGS and create a text file APPNAME.TXT (with my app name that matches the .PRG file).
I run the app on the watch, reconnect the watch to my computer, and look at the contents of APPNAME.TXT.
Nothing... empty, yet when I run the app in Eclipse using the simulator, the Sys.println() output appears in the console as expected.
Can anyone tell me what the trick is to getting text output to go into a log file as described under Basic Debugging ????