-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Launch Debugging does not appear to work on Ubuntu #428
Comments
I have the same behavior even with roscore running |
I got similar issue and detail in #379 |
Using vscode multi-file debugging found that roslaunch can not be found, which means that there is no corresponding path.So first, check to see if "c_cpp_properties.json" is included in the project's "includePath" :Such as "{$workspaceFolder} / SRC/robot_test/ * *", and then check whether to add the file path to the to / ~ /.bashrc and then source it. Finally, reopen VS Code and re-test. |
Fixed - we now build with symbols on Linux by default. |
(Please add appropriate labels)
<Version of the plugin>
<Copy the Version information from the
Help | About
menu>Version: 1.55.2
Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d
Date: 2021-04-13T09:37:02.931Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Linux x64 5.4.0-70-generic
what is the bug
<current behavior>
Neither Launch or Attach are working
Repro steps
<how to reproduce the bug. Please attach sample files or github repo if appropriate.>
catkin build --cmake-args -DCMAKE_BUILD_TYPE=Debug
launch.json
ROS:Launch
expected behavior
<what you would expect to happen>
Start node
additional context
<any additional information would be helpful for a better understanding>
The roslaunch works just fine if I run manually:
The text was updated successfully, but these errors were encountered: