I started exploring the Blender source code and built it in windows, I was looking for the logs file path.
I executed the blender_debug_log.cmd, it does not seem to be showing all that’s happening in blender.
I tried adding the --log-level flag and --log-file, it only outputs some info like object deletion and creation. I am looking for all the debug info that’s happening at the backend (mouse hovering, button clickign, shader execution, …). Any doc recommendation will also be appreciated.
blender_debug_log.cmd
is designed for getting some basic diagnostics from end users, it’s not meant to satisfy any developers requirements.
You’re probably looking for --log * --log-level -1
, the manual has the details.