Ring Debugger 是由 RingLanguage 发布的一款 VS Code 扩展,为 Ring 语言提供调试适配器。该扩展支持多根工作区,方便开发者对 Ring 语言代码进行调试工作。
安装要求
VS Code 版本需不低于 1.66.0。
安装步骤
打开 VS Code。
打开扩展市场。
搜索 Ring Debugger 并安装。
使用方法
打开一个 Ring 语言文件。
通过编辑器标题栏的 “Run/Debug” 按钮或命令面板选择 Debug File 或 Run File 命令。
在调试配置中设置必要的参数,如程序路径等。
English Description
Overview
Ring Debugger is a VS Code extension published by RingLanguage, providing debug adapters for the Ring language. This extension supports multi-root workspaces, facilitating developers in debugging Ring language code.
Installation Requirements
VS Code version must be no lower than 1.66.0.
Installation Steps
Open VS Code.
Open the Extension Marketplace.
Search for Ring Debugger and install it.
Usage
Open a Ring language file.
Select the Debug File or Run File command via the “Run/Debug” button in the editor title bar or the command palette.
Set the necessary parameters in the debug configuration, such as the program path.