Ring Debugger 是由 RingLanguage 发布的一款 VS Code 扩展,为 Ring 语言提供调试适配器。该扩展支持多根工作区,方便开发者对 Ring 语言代码进行调试工作。
- VS Code 版本需不低于
1.66.0。
- 打开 VS Code。
- 打开扩展市场。
- 搜索
Ring Debugger并安装。
- 打开一个 Ring 语言文件。
- 通过编辑器标题栏的 “Run/Debug” 按钮或命令面板选择
Debug File或Run File命令。 - 在调试配置中设置必要的参数,如程序路径等。
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.
- VS Code version must be no lower than
1.66.0.
- Open VS Code.
- Open the Extension Marketplace.
- Search for
Ring Debuggerand install it.
- Open a Ring language file.
- Select the
Debug FileorRun Filecommand 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.