From 4e037f23f2f11502e4edad74a01c4f9b2c3416b1 Mon Sep 17 00:00:00 2001 From: The Dax Date: Tue, 19 Mar 2019 03:19:53 -0400 Subject: [PATCH] Added notes on debugging modes --- docs/components/fusee/BCT.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/components/fusee/BCT.md b/docs/components/fusee/BCT.md index 3415eef22..05ac9f4fb 100644 --- a/docs/components/fusee/BCT.md +++ b/docs/components/fusee/BCT.md @@ -59,4 +59,15 @@ target_firmware = X 7.X.X = 8 ``` -Note that 6.X.X indicates 6.0.0 through 6.1.0. \ No newline at end of file +Note that 6.X.X indicates 6.0.0 through 6.1.0. + +## Configuring Debugging Modes +By default, Atmosphere signals to the Horizon kernel that debugging is enabled while leaving usermode debugging disabled, since this can cause undesirable side-effects. If you wish to change these behaviours, go to the `exosphere` section and change the value of `X` according to the following list. +``` +debugmode = X +debugmode_user = X +``` +``` +1 = enable +0 = disable +```