Debugging Volumio 3 plugin

Hello everyone,
Has anyone managed to debug the plugin normally via Chrome debugger? I restart node with inspect with and without -brk, do volume vrestart, attach the debugger via 9229, but I don’t get to the plugin breakpoint.

Hi,
Open a SSH terminal and use

journalctl -f

That’s what I’m doing. It’s very slow to debug in this manner, especially plugins restart takes quite a lot.