v2.20 documentation update

This commit is contained in:
Philip Abbey
2024-08-30 21:18:56 +01:00
parent 57a44d8946
commit 2e7216b6b2
2 changed files with 3 additions and 0 deletions

View File

@ -310,3 +310,5 @@ Stack:
```
The only useful information we can glean from this log is the first line, `Error: Unexpected Type Error`. There is no useful mapping to a line of code unless someone can explain to us how to use the `pc` line. Being able to send us the error type does serve as a clue.
More on [debugging Monkey C applications](https://developer.garmin.com/connect-iq/core-topics/debugging/#appcrashes). The filenames and line numbers must only be present for deployment of code instrumented for debug.