Handling Exceptions

Unlike on Tibbo devices running TiOS, Tibbo BASIC/C applications running on the Size 3 Linux Tibbo Project PCB (LTPP3), Gen. 2 can throw exceptions when errors are encountered.

Instead of dealing with exceptions immediately as they are encountered, Tibbo recommends that you reserve handling exceptions until you've reached the debugging phase of development. This gives you the opportunity to observe for any other exceptions that might be related and more coherently address all issues together.