Added notes on debugging modes

This commit is contained in:
The Dax 2019-03-19 03:19:53 -04:00
parent 2c2f4a921c
commit 4e037f23f2

View File

@ -59,4 +59,15 @@ target_firmware = X
7.X.X = 8
```
Note that 6.X.X indicates 6.0.0 through 6.1.0.
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
```