Loading .vscode/launch.json +7 −2 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ "request": "launch", "program": "${workspaceFolder}/build/src/client_debug_helper/client_debug_helper", "args": [], "stopAtEntry": false, "stopAtEntry": true, "cwd": "${workspaceFolder}", "environment": [ { Loading @@ -96,7 +96,7 @@ }, { "name": "LIBGKFS_LOG", "value": "info" "value": "all" }, //most { "name": "LIBGKFS_HOSTS_FILE", Loading @@ -114,6 +114,11 @@ "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true }, { "description": "Enable all-exceptions", "text": "catch throw", "ignoreFailures": true } ] }, Loading Loading
.vscode/launch.json +7 −2 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ "request": "launch", "program": "${workspaceFolder}/build/src/client_debug_helper/client_debug_helper", "args": [], "stopAtEntry": false, "stopAtEntry": true, "cwd": "${workspaceFolder}", "environment": [ { Loading @@ -96,7 +96,7 @@ }, { "name": "LIBGKFS_LOG", "value": "info" "value": "all" }, //most { "name": "LIBGKFS_HOSTS_FILE", Loading @@ -114,6 +114,11 @@ "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true }, { "description": "Enable all-exceptions", "text": "catch throw", "ignoreFailures": true } ] }, Loading