Breakpoints¶
Use a special IDE for JS debugging
To easily debug the code you can use an IDE like Visual Studio Code (Insiders).
Visual Studio¶
- Select at the left side the Debug Icon (Ctrl + Shift + D)
- At the top of the window at the side should now be an entry called Debug IliasBuddy Desktop
- Select this and click run (Click F5)
- You can now also set breakpoints like in any other debugger and debug code without 1000
console.log
commands