Hello all ,
I am working on a mock, acting as a `Toybox.BluetoothLowEnergy` replacement.
It thus have to print the command sent, as well as triggering the correct delegate with the correct value...
But I always get a 'Stack Overflow Error', has the number of functions on the stack can be quite larger than the 8 (from memory) the physical stack can handle.
My question is then the following:
Is there a way to run the simulator so that the 'Stack Overflow Error' is ignored?
Thank you!
++GG
ps: I am not using any testing feature. Should I?