diff --git a/Debug-Menu.md b/Debug-Menu.md index f4f7a36..26917a7 100644 --- a/Debug-Menu.md +++ b/Debug-Menu.md @@ -1 +1,24 @@ -# Debug Menu \ No newline at end of file +# 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). \ No newline at end of file