Moodle Plugins directory: User related debugmode: Versions: v4.2 (2023042700) | Moodle.org
User related debugmode
Administration tools ::: tool_userdebug
Maintained by
Andreas Grabs
With this plugin you can define the debugmode for only some selected users.
User related debugmode v4.2 (2023042700)
Moodle 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2
Released: Thursday, 27 April 2023, 11:05 PM
Release notes
Release v4.2
- Modify github actions
Release v4.1
- Put the settings in addition to the $CFG into $CFG->config_php_settings to prevent accidental saving of the settings.
- Add behat testing features
- Optimization of coding style
Release 2020081601
- Put more infos into README.txt
Version 2020081600
- Introducing ad hoc debugging mode
Now in the frontpage menu and in your profile settings you can find an entry to activate debugging just for the current session (ad hoc)
You also can use a url parameter
userdebug=1
at any time to activate the debugging. Site admins can do this by default. For other users you have to give them the capabilitytool/userdebug:adhocdebug
Version 2020080100
- New version without the need to modify any core files
- No it is triggered by the hook function
tool_userdebug_after_config
which came with Moodle 3.8 - Some small bugfixes for better integrating in Moodle
Version information
- Version build number
- 2023042700
- Version release name
- v4.2 (2023042700)
- Maturity
- Beta
- MD5 Sum
- a4f36fe5c95b6e3292335c63082f9b3d
- Supported software
- Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- The more recent release v4.4.1 (2025031700) (2024050901) exists for Moodle 4.0
- The more recent release v4.4.1 (2025031700) (2024050901) exists for Moodle 4.1
- The more recent release v4.4.1 (2025031700) (2024050901) exists for Moodle 4.2
Version control information
- Version control system (VCS)
- Other...
- VCS repository URL
- VCS tag
- v4.2
Default installation instructions for plugins of the type Administration tools
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "mytool") in the "admin/tool" subdirectory.
- Visit http://yoursite.com/admin to finish the installation