From 5da14042f70711ea5cf66e034699730335462f66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 14:08:03 +0200 Subject: Merging upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- src/fluent-bit/lib/lwrb/.vscode/launch.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/fluent-bit/lib/lwrb/.vscode/launch.json (limited to 'src/fluent-bit/lib/lwrb/.vscode/launch.json') diff --git a/src/fluent-bit/lib/lwrb/.vscode/launch.json b/src/fluent-bit/lib/lwrb/.vscode/launch.json new file mode 100644 index 000000000..a53089abd --- /dev/null +++ b/src/fluent-bit/lib/lwrb/.vscode/launch.json @@ -0,0 +1,19 @@ +{ + // 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": "(Windows) Launch", + "type": "cppdbg", + "request": "launch", + "program": "${command:cmake.launchTargetPath}", + "miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe", + "args": [], + "stopAtEntry": false, + "cwd": "${fileDirname}", + "environment": [] + } + ] +} \ No newline at end of file -- cgit v1.2.3