Skip to content

Commit

Permalink
add debug config for ros2 smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
achim-k committed Aug 15, 2023
1 parent 741187c commit 080ce4b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,24 @@
}
]
},
{
"name": "ROS2 smoke test",
"type": "cppdbg",
"request": "launch",
"program": "/ros_ws/build_ros2/foxglove_bridge/smoke_test",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},
]
}

0 comments on commit 080ce4b

Please sign in to comment.