Thinkstock
Microsoft’s Visual Studio Code 1.55, the latest version of the company’s popular code editor, offers improvements to breakpoints, thus improving user control.
Published March 31, Visual Studio Code 1.55 shows an inline menu for editing conditions and hit counts for function breakpoints. Previously, the inline edit button would choose the condition to edit automatically. With the improvement, the menu should make flow easier and give more control to the user. Also, VS Code’s generic debugger UI now supports all data breakpoint access types defined in the Debug Adapter Protocol as context menu actions in the Variables view.
[
Built on the Electron framework for cross-platform desktop application development, Visual Studio Code combines web technologies such as JavaScript with the speed and flexibility of native apps. It is geared to operations such as debugging, task running, and version control. The coding editor can be downloaded from visualstudio