Connecting to device...
Device Version 0.32.1Device id 0 name "A garmin device"
Shell Version 197132Failed invoking <symbol>
Stack Overflow Error
in compute (/Users/Nick/Software/workspace/OSGrid/source/OSGridView.mc:47)
Stack Overflow Error
Stack Overflow Error
Unexpected Type Error
Unexpected Type Error
Here is part of the code (which compiled without errors/warnings). line 47 is the line with Boo!.
//! Set the label of the data field here.
function initialize() {
label = "OS Grid";
}
//! The given info object contains all the current workout
//! information. Calculate a value and return it in this method.
function compute(info) {
System.println("Boo!");
var latitude;
var longitude;
Is there additional debugging that can be enabled to help me with this?