Skip to content
Snippets Groups Projects
Commit 91a9acaf authored by Philemon Prevot's avatar Philemon Prevot
Browse files

Update debug files

parent e8bd2965
No related branches found
No related tags found
1 merge request!3Add packet timestamp file logging to QHBv3 parser and correct wrong mag data bytes reading
/build/
\ No newline at end of file
/.vscode
\ No newline at end of file
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/libusb-1.0"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}
\ No newline at end of file
......@@ -6,8 +6,8 @@
"type": "cppdbg",
"preLaunchTask": "Configure and Build HighBlueParsers",
"request": "launch",
"program": "/usr/local/bin/jasonrec", // adjust if different
"args": ["3", "1", "256000", "debug_audio_file.wav", "--imu", "debug_imu_file.csv"], // replace with real args
"program": "${workspaceFolder}/build/src/jasonrec",
"args": ["3", "1", "256000", "debug_audio_file_%Y%m%d_%H%M%S.wav", "--imu", "debug_imu_file_%Y%m%d_%H%M%S.csv"], // replace with real args
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
......
......@@ -7,7 +7,7 @@
"command": "cmake",
"args": [
"..",
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_BUILD_TYPE=Debug"
],
"options": {
"cwd": "${workspaceFolder}/build"
......@@ -28,7 +28,7 @@
{
"label": "Install",
"type": "shell",
"command": "sudo make install/strip",
"command": "sudo make install",
"options": {
"cwd": "${workspaceFolder}/build"
},
......@@ -41,7 +41,7 @@
},
{
"label": "Configure and Build HighBlueParsers",
"dependsOn": ["Build with CMake", "Make", "Install"],
"dependsOn": ["Build with CMake", "Make"],
"dependsOrder": "sequence",
"problemMatcher": [],
"group": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment