Developer Tools Vs Code Just Got A Built In Javascript Debugger
That’s one less step JavaScript developers need to complete when debugging a project. In the past, developers would have typically installed VS Code extensions such as the popular Microsoft-made Debugger for Chrome or the Debugger for Microsoft Edge. Instead of installing and using these extensions, developers can debug a project by pressing F5 or activating the debug icon in the menu bar and selecting “Run and debug”. SEE: Hiring Kit: Python developer (TechRepublic Premium) Another option is using the VS Code command palette and running the “Debug: Open Link” command to debug in Chrome, Edge or Node....