Re: Developer diagnostics tooling

Michael Herger <slim-b/[email protected]> Sat, 23 Apr 2022 17:00:45 +0200
Newsgroups gmane.music.equipment.slimdevices.devel
Message-ID <[email protected]>
> Has anyone built a plugin (or similar) to help with tracing or
> diagnostics?
> 
> My thought was that it would be useful to be able to examine data in
> various in-memory items (e.g. $client, $song) without having to edit
> source code and add in debug logging calls and stop/start LMS.

The logging options can be changed at run time. Logging is all the 
"diagnostic tooling" that's built-in, and I doubt there's any plugin 
adding to it. Check out the source code to figure out what logging 
setting the module you're interested in is using.