You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/development.md
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,3 +99,53 @@ to specify a different flow file:
99
99
```
100
100
grunt dev --flowFile=my-flow-file.json
101
101
```
102
+
103
+
104
+
### Debug run Node-RED in VS Code
105
+
106
+
It is possible to set-up VS Code to both build and start debugging by simply pressing F5. Once you have cloned the project and open it in VS code, you will need to add an entry in `launch.json` and `tasks.json`...
0 commit comments