cmake-tools debug 多进程配置

  在 ~/.config/Code/User/settings.json 中加入以下配置

"cmake.debugConfig": {
        "setupCommands": [
            {"text": "-gdb-set follow-fork-mode child"}
        ]
    }

这个暂时没有测试

set detach-on-fork mode on|off
posted @ 2020-07-04 17:44  sfdevs  阅读(323)  评论(0)    收藏  举报