
This documentation will help you create a debugger extension which can make any debugger work with VS Code.


Stack traces, including multi-thread and multi-process support.Source-, function-, conditional-, inline breakpoints, and log points.Debug actions for starting/stopping and stepping.This screenshot shows the following debugging features:

VS Code ships with one built-in debugger extension, the Node.js debugger extension, which is an excellent showcase for the many debugger features supported by VS Code: Visual Studio Code's debugging architecture allows extension authors to easily integrate existing debuggers into VS Code, while having a common user interface with all of them.
