Hi.
The way I do this is...
- Install node-red
- Clone dashboard locally
npm i /path/to/dashboard
- run code in VSCode for debugging following this thread
- For server side code, add debug stop points
- For client side code, add
debugger
statements (or console.log statements) and look for them in the browsers console