diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d0aa1f9..acc9e6b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -86,8 +86,8 @@ "MIMode": "gdb", "setupCommands": [ { - "description": "Follow parent fork", - "text": "set follow-fork-mode parent", + "description": "Follow child fork", + "text": "set follow-fork-mode child", "ignoreFailures": false }, { |