When a node logs an error, nothing appears in debug and the following stacktrace appears in the browser console:
VM3022:1 Uncaught SyntaxError: Unexpected token E in JSON at position 0
at JSON.parse (<anonymous>)
at Object.handleDebugMessage (eval at <anonymous> (vendor.js:1), <anonymous>:234:28)
at Array.handleDebugMessage (eval at <anonymous> (vendor.js:1), <anonymous>:128:27)
at WebSocket.ws.onmessage (red.js:541)
When a node logs an error, nothing appears in debug and the following stacktrace appears in the browser console: