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
<Version of the plugin>
v0.9.2
<Copy the Version information from the Help | About menu>
what is the bug
<current behavior>
use the ROS Launch in Debug, but breakpoints are not working, launch file has just one node
Repro steps
<how to reproduce the bug. Please attach sample files or github repo if appropriate.>
1.git clone https://github.com/shichaoy/cube_slam.git
2.install necessary packages
3.catkin_make -DCMAKE_BUILD_TYPE=Debug
4.create Debug for ROS Launch in "object_slam" and "object_slam.launch" which comments rviz node
expected behavior
<what you would expect to happen>
programs stop before breakpoints
additional context
I have tried to rm build and devel directory and catkin_make -DCMAKE_BUILD_TYPE=Debug, but it is still not working , here are some files in use
The text was updated successfully, but these errors were encountered:
(Please add appropriate labels)
<Version of the plugin>
v0.9.2
<Copy the Version information from the
Help | About
menu>what is the bug
<current behavior>
use the ROS Launch in Debug, but breakpoints are not working, launch file has just one node
Repro steps
<how to reproduce the bug. Please attach sample files or github repo if appropriate.>
1.git clone https://github.com/shichaoy/cube_slam.git
2.install necessary packages
3.catkin_make -DCMAKE_BUILD_TYPE=Debug
4.create Debug for ROS Launch in "object_slam" and "object_slam.launch" which comments rviz node
expected behavior
<what you would expect to happen>
programs stop before breakpoints
additional context
I have tried to rm build and devel directory and catkin_make -DCMAKE_BUILD_TYPE=Debug, but it is still not working , here are some files in use
The text was updated successfully, but these errors were encountered: