You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to configure VSCode step to step to debug. My codes is cartographer. But my Compile Command is catkin_make_isolated. How can I do that? Now I have a question . It is "The task provider for "catkin_cmake_isolated" tasks unexpectedly provided a task of type "catkin_make_isolated".
". Can you help me?
I have tried to use the catkin_make_isolated with the multiroot setup and that seems to work fine.
Could you add .vscode folders to the actual nodes you want to build and debug, like in the example project here in the repo?
This also simplifies debugging multiple nodes anyway and is at least my prefered setup for debugging.
Here is an minimal catkin_ws with just this project as the only node inside the catkin_ws:
Your .vscode folder with the launch and task.json should be inside the node you want to build and debug.
I need to configure VSCode step to step to debug. My codes is cartographer. But my Compile Command is catkin_make_isolated. How can I do that? Now I have a question . It is "The task provider for "catkin_cmake_isolated" tasks unexpectedly provided a task of type "catkin_make_isolated".
". Can you help me?
c_cpp_properties.json
setting.json
tasks.json
The text was updated successfully, but these errors were encountered: