NodeJs debug with WebStrom - org.jetbrains.v8.protocol.V8Pro

I’m trying to debug a Remote NodeJs app (Volumio)

I’m able to set break points and step over the code, but when I try to inspect a value of any variable I get

org.jetbrains.v8.protocol.V8ProtocolReaderImpl$Mi cannot be cast to org.jetbrains.v8.protocol.ValueHandle

I assume it’s some version issues between the local and remote env, but any help would be appreciated.

SOLVED:
In volumio ssh do:

sudo apt-get upgrade
sudo apt-get update

You really should avoid doing this as it is likely to cause problems with your Volumio installation.