vscode 远程ssh连接Linux调试makefile工程
主要参考自以下youtube视频
步骤
在vscode远程连接到Linux后。在vscode中安装以下的插件。 在debug界面,选择创建一个launch.json,或者是打开现有的json。主要更改args和program这两个键值对 可参考的json:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name":
共有 0 条评论