pebble/devsite/source/_guides/debugging/index.md
2025-02-24 18:58:29 -08:00

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
Logging
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 %}