Object debugger - How to
Hello,
I would like to learn more about the object debugger. I try to discover it by myself, but it's not very easy.
Is this feature documented ?
Hello,
I would like to learn more about the object debugger. I try to discover it by myself, but it's not very easy.
Is this feature documented ?
Do you still have an unanswered question? Please log in first to post your question.
Comments
Not that I know of, but there's really not much to learn. If you've enabled it, it is pretty much what you see is what you get - you can use it to browse the score data structures. If you need help understanding what those data structures represent, you can see https://musescore.org/en/developers-handbook/references/musescore-inter… for a very braod overview.
In reply to Not that I know of, but by Marc Sabatella
Thanks Marc. The developper's handbook is a very good read !
I understood that the debugger only works in experimental mode, which would explain why many actions were ineffective.
I continue to explore :)
In reply to Thanks Marc. The developper's by skunt
The only actions I think are ever available are clicking the different objects in the tree at left to see their contents at right. That is, the object debugger is, as far as I know, a read-only view.