Debugging ROS package using launchfiles and GDB in an IDE
I would like to work on my projects in an IDE. I would like to be able to run a .launch-file in that IDE that launches multiple nodes that are all interacting with each other and make the run pause all nodes as soon as it hits a breakpoint in one of the executables. Is there any IDE that supports this kind of features?