From 41bae9f1142ed0e52a15b012e0ceceb0b0fc4d19 Mon Sep 17 00:00:00 2001 From: drashna Date: Wed, 5 Oct 2022 02:18:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@b100db1e5668c9a10437e89d41af76910c58d51d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- faq_debug.md | 1 + 1 file changed, 1 insertion(+) diff --git a/faq_debug.md b/faq_debug.md index 4a359972221..b639b7ea041 100644 --- a/faq_debug.md +++ b/faq_debug.md @@ -133,3 +133,4 @@ Check: - Set `debug_enable=true`. See [Debugging](#debugging) - Try using `print` function instead of debug print. See **common/print.h**. - Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). +- Ensure all strings end with a newline character (`\n`). QMK Toolbox prints console output on a per-line basis.