Updated Debug Menu (markdown)
parent
25eb4743f4
commit
ca0d20b607
|
@ -1 +1,24 @@
|
||||||
# Debug Menu
|
# Debug Menu
|
||||||
|
The Debug Menu is a menu that has tools used for debugging. It is disabled by default but can be enabled manually.
|
||||||
|
|
||||||
|
## Enabling the Debug Menu
|
||||||
|
|
||||||
|
### Step 1
|
||||||
|
First, go to the Debug/Report a Bug application folder and open debug.html: `apps/debug/debug.html`
|
||||||
|
|
||||||
|
### Step 2
|
||||||
|

|
||||||
|
Remove the comments
|
||||||
|
|
||||||
|
## Debug Menu Items
|
||||||
|
There are currently 3 items in the Debug Menu:
|
||||||
|
`Initiate 404 Crash`, `Force DremJS to go to the Home Menu` and `Terminal`
|
||||||
|
|
||||||
|
### Initiate 404 Crash
|
||||||
|
This option crashes DremJS for the hell of it
|
||||||
|
|
||||||
|
### Force DremJS to go to the Home Menu
|
||||||
|
Just in case!
|
||||||
|
|
||||||
|
### Terminal
|
||||||
|
The Terminal is covered [here](https://github.com/sparrdrem/DremJS/wiki/Terminal:-Introduction).
|
Loading…
Reference in a new issue