-
-
Notifications
You must be signed in to change notification settings - Fork 10
Create a debugfile
ColoredPassword allows you to create a debugfile.
A debugfile contains valuable information that can help to fix issues sooner, it is created when debug mode is activated.
When you exit KeePass, the debugfile is saved in your temp-folder and the filename is shown.
Please always attach a debugfile to a bug report.
There are two options for creating a debugfile.
You can activate debug mode using Tools
-> Options...
-> Plugin Options
-> Overview
You can also activate debugmode using a parameter during start of KeePass.
This is especially useful if you observe issues before you can activate debugmode in the GUI.
You can either provide the plugins' names you want to have debugfiles created for or you can simply have debugfiles created for all of them.
Example: KeePass.exe -debugplugin:coloredpassword
This will activate debugmode for ColoredPassword
Example: KeePass.exe -debugplugin:coloredpassword,plugin3
This will activate debugmode for the plugins named ColoredPassword and plugin3
Example: KeePass.exe -debugplugin:all
This will activate debugmode for all of my plugins
A debugfile contains valuable non-sensitive information, e. g.
- Plugin name and version
- OS name and version
- .NET version
- KeePass version
- Name and version of other plugins
- Specific debug messages
A debugfile can only be created properly, if you close KeePass manually.
If KeePass crashes, you can create a debugfile only using a startup parameter.
Examples:
KeePass.exe -debugautosave
KeePass.exe -debugplugin:coloredpassword,plugin2 -debugautosave
KeePass.exe -debugplugin:all -debugautosave