Skip to content
Snippets Groups Projects

Cpp ovf reader writer

Closed Imported Sebastian Dirks requested to merge cpp_ovf_reader_writer into main
17 files
+ 1061
1
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 23
0
{
// 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": "(gdb) Launch Debug",
"preLaunchTask": "Bazel Build (Debug)",
"type": "gdb",
"request": "launch",
"target": "${workspaceFolder}/bazel-bin/OVFReaderWriter/OVFReaderWriter_test",
"program": "${workspaceFolder}/bazel-bin/OVFReaderWriter/OVFReaderWriter_test",
"symbolSearchPath": "${workspaceFolder}/bazel-bin/OVFReaderWriter",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/OVFReaderWriter",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
},
]
}
\ No newline at end of file
Loading