VSCode debug 多进程

launch.json添加:
"setupCommands": [ {"text": "-gdb-set follow-fork-mode child"} ]

posted on 2019-12-10 21:36  lialin  阅读(5832)  评论(1编辑  收藏  举报

导航