mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
1.4 KiB
1.4 KiB
title | description | guide_group | permalink | menu | generate_toc | related_docs | hide_comments | |
---|---|---|---|---|---|---|---|---|
Debugging | How to find and fix common compilation and runtime problems in apps. | debugging | /guides/debugging/ | false | false |
|
true |
When writing apps, everyone makes mistakes. Sometimes a simple typo or omission can lead to all kinds of mysterious behavior or crashes. The guides in this section are aimed at trying to help developers identify and fix a variety of issues that can arise when writing C code (compile-time) or running the compiled app on Pebble (runtime).
There are also a few strategies outlined here, such as app logging and other
features of the pebble
{% guide_link tools-and-resources/pebble-tool %} that
can indicate the source of a problem in the vast majority of cases.
Contents
{% include guides/contents-group.md group=page.group_data %}