Updated Debug Menu (markdown)

Innovation Inc 2019-04-23 12:33:20 -05:00
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
![](https://lh3.googleusercontent.com/_4GZci5SII9Zd6R54HnDkAbRMCcYxRMOxUGQj1ijy39-8gB-TwrhCJACmsn6S9QLbdT9-kXRH4ylEhzz50joqm1enFFJqTqNaRuKMRL5abcbE4vTEWQ3dsE-V_U-xSe-QBk6bClHmg=w2400)
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).