Latest version | 1.15.4 |
---|---|
Minimum Core | 9 |
Compatible Core | 10 |
Last updated | 2 years ago |
Created | 3 years ago |
Authors |
|
Languages |
English |
Systems | All systems |
Project source | Project URL |
Report bugs | Bug tracker URL |
Read-me | Readme URL |
Changelog | Changelog URL |
Developer Mode aims to enable package developers to do Package Developer things without the fear of shipping debug code to users! No more accidentally including `CONFIG.debug.hooks = true` in your module js! No more console.logs slipping through unnoticed.
If you register your module's debug flag with Developer Mode, you can use it however you like to prevent yourself from doing these things. There are some examples in the readme at the project details page if you need some inspiration.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: _dev-mode or copy its manifest URL:
And paste it to the input box at the bottom of your window.
You can install this package directly to your Forge account.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.
A must-have module for developers with many great QoL features such as unpausing the game, enabling you to quickly get the IDs of documents, hiding usability errors, easily enabling and disabling core debugging (e.g. for hooks!), disabling template caching, etc. It’s also very useful to use for debug logging. This is one of the few modules I never disable ❤️