What a bout a non-quitting command to get the stack trace as well?
What about return / r to go to the end of a function just before the 'jumping back' with (anonymous) return value already calculated and in special 'register' and 'queryable'?
What about having the context (this) set in special 'register' and queryable? Helpful in anonymous worlds... scope / context may anway be a challenge, I guess... or not?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Other options:
What a bout a non-quitting command to get the stack trace as well?
What about return / r to go to the end of a function just before the 'jumping back' with (anonymous) return value already calculated and in special 'register' and 'queryable'?
What about having the context (this) set in special 'register' and queryable? Helpful in anonymous worlds... scope / context may anway be a challenge, I guess... or not?