<
Open devtools with discord (Windows app version)

No particular reason

2024/2/5

Cannot be opened by default

By default, pressing ctrl + shift + i does not open the developer tools!

For the web version, just click F12.

After checking, it seems that the app version will not open after the 2022 update.

To enable it, you need to set the setting.json in the app file.

The steps to enable developer tools are simple:

1 Open %AppData%/roaming/Discord/settings.json

2

"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true

Add or change it from false to true.

3 Restart Discord

4 Press ctrl + shift + i

And you're done.