bpy.app.debug

bpy.app.debug
bpy.app.debug_depsgraph
bpy.app.debug_events
bpy.app.debug_freestyle
bpy.app.debug_handlers
bpy.app.debug_python
bpy.app.debug_simdata
bpy.app.debug_value
bpy.app.debug_wm

I don’t know what these properties refer to. The official documentation isn’t much clear on this. It just says they are boolean. Default is False.
Also bpy.app.debug_value is Integer. The documentation doesn’t say anything more. What does it refer to? What are the possible values?

this one is linked to the debug menu you find in the header > blender icon
a way to change the execution of a script. I will try to use it in quick favorites