diff --git a/wiki-rtd/docs/wiki_development/general/debug-mode.md b/wiki-rtd/docs/wiki_development/general/debug-mode.md index bb104b7..64df316 100644 --- a/wiki-rtd/docs/wiki_development/general/debug-mode.md +++ b/wiki-rtd/docs/wiki_development/general/debug-mode.md @@ -1,16 +1,19 @@ # RetroDECK Debug Mode -It's possible to enter a "debug mode" the is just flatpak shell in bash. +You can use the flatpak shell for debugging from bash by using the following command: ``` flatpak run --command=bash net.retrodeck.retrodeck ``` NOTE: on wayland in some cases it's needed to enter with the command above otherwise some emulators will not run: + ``` flatpak run --command=sh --nosocket=fallback-x11 --socket=x11 net.retrodeck.retrodeck ``` +This is can be used as a RetroDECK Debug Mode. + ### Launch ES-DE in Debug Mode: `es-de --debug --home /var/config/` diff --git a/wiki-rtd/docs/wiki_development/general/general-development.md b/wiki-rtd/docs/wiki_development/general/general-development.md index 9ae43fc..8a97a0a 100644 --- a/wiki-rtd/docs/wiki_development/general/general-development.md +++ b/wiki-rtd/docs/wiki_development/general/general-development.md @@ -20,36 +20,8 @@ Sometimes adding a new big component to RetroDECK warrants a feature branch from Talk to the RetroDECK development team if you have a need to make a new feature branch for a new bigger component such as adding a new system, emulator or a major feature. ## Debug Mode -It's possible to enter in a sort of debug mode, it's actually the flatpak shell. -Enter in the flatpak shell: - -``` -flatpak run --command=bash net.retrodeck.retrodeck -``` - -NOTE: on wayland in some cases it's needed to enter with the command above otherwise some emulators will not run: -``` -flatpak run --command=sh --nosocket=fallback-x11 --socket=x11 net.retrodeck.retrodeck -``` - -Launch ES-DE in Debug Mode: - -``` -emulationstation --debug --home /var/config/emulationstation -``` - -Launch a component in Debug Mode: - -To get the list of the available binaries to launch, then just write the command: - - -``` -ls /app/bin -``` - -`retrodeck` for the whole application or certain components like `ryujinx` or `retroarch`. -This is useful when for example a game is not starting and you want the output printed in the terminal. +Read more over at [Debug Mode](debug-mode.md). ## Manual installation instructions This method is usually for the beta/cooker testers: diff --git a/wiki-rtd/docs/wiki_development/testing/general-testing.md b/wiki-rtd/docs/wiki_development/testing/general-testing.md index c90c505..f4afff1 100644 --- a/wiki-rtd/docs/wiki_development/testing/general-testing.md +++ b/wiki-rtd/docs/wiki_development/testing/general-testing.md @@ -77,38 +77,5 @@ From CLI run: The `Developer Options Menu` should show up inside the Configurator. ## Debug Mode -It's possible to enter in a sort of debug mode via the flatpak shell. -Enter in the flatpak shell: - -``` -flatpak run --command=bash net.retrodeck.retrodeck -``` - -NOTE: on wayland in some cases it's needed to enter with the command above otherwise some emulators will not run: -``` -flatpak run --command=sh --nosocket=fallback-x11 --socket=x11 net.retrodeck.retrodeck -``` - -### Launch ES-DE in Debug Mode: - -``` -es-de --debug --home /var/config/emulationstation - -or - -es-de --debug --home /var/config/ES-DE - -``` - -### Launch a component in Debug Mode: - -To get the list of the available binaries to launch, then just write the command: - - -``` -ls /app/bin -``` - -`retrodeck` for the whole application or certain components like `ryujinx` or `retroarch`. -This is useful when for example a game is not starting and you want the output printed in the terminal. +Read more over at [Debug Mode](../general/debug-mode.md). diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index b0b8bbd..73dbafe 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -246,10 +246,6 @@ nav: - Guides - Emulators 📘: - Cemu ⬜: - Cemu - General Guide (WIP): wiki_emulator_guides/cemu/cemu-guide.md - - Citra 🍋: - - Citra - General Guide (WIP): wiki_emulator_guides/citra/citra-guide.md - - Citra - Mod Guide: wiki_emulator_guides/citra/citra-mod.md - - Citra - Texture Pack Guide: wiki_emulator_guides/citra/citra-texture-pack.md - Dolphin / Primehack 🐬: - General Guide (WIP): wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide.md - Mod Guide: wiki_emulator_guides/dolphin-primehack/dolphin-primehack-mod.md