Make debugging easier
You have a list of bugs assigned to you. Some have lots of information, some have little.
It’s hard to tell how long it will take to figure out what’s going on with each, let alone how long the fixes will be.
Make it easier for yourself. Prepare as you develop. Make it easy for everyone to know what version they are running.
Use the debug features available to you. Implement your own.
Even documenting the process to debug something is creating a tool that others can use. Often that means you in the future!
Debugging isn’t easy, but you can make it easier.