Technical manual
...
Debugging
Basic debugging
1 min
this setup can be used to debug instance server & backend server code navigate to run & debug tab of vscode add a breakpoint to the desired line of code select debug dev from debug config dropdown hit the run/play button to start debugging breakpoint will be hit as the code executes that line of code the image below further elaborates this basic debug image