-
I'm new to Typescript / Node. What are the minimum steps to get a controller up and running in a debugger (using either VS Code or VS 2022)? I just want to test including a new node. I have a Silicon Labs UZB7 connected to a Windows 11 computer. I have installed Node / Typescript and I can run simple console apps from VS 2022, but not sure on how to run the Z-Wave JS project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The minimum would be the |
Beta Was this translation helpful? Give feedback.
The minimum would be the
run.ts
script in thetest
folder which I use for debugging. There's a debug task "Debug locally" (or sth like that) you can execute in VSCode.