far语言调试器 vscode插件的配置

{
	


		"version": "0.2.0",
		"configurations": [
			{
				"type": "mock",
				"request": "launch",
				"name": "far-debug",
				//被调试程序的路径
				"program": "${workspaceFolder}/farcs.c",
				"stopOnEntry": true,
				"trace": false,
				//调试器需要的参数
				"debugerHandler":{
					//被调试项目的目录
					"rootPath":"${workspaceFolder}",
					//http端口
					"httpPort":12346,
					//websocket端口
					"websocketPort":12345
				}
			}
			
		]
	

  }

posted @ 2025-03-12 13:18  方东信  阅读(11)  评论(0)    收藏  举报