赞
踩
在你的.launch文件中的节点中添加属性launch-prefix
。
launch-prefix="xterm -e gdb --args"
在一个独立的xterm窗口中启动gdb调试。--args
为传递给gdb的参数,如果没有可以不加这一项。如果你不喜欢xterm,也可以替换为gnome terminal,konsole等,只需替换值为gnome-terminal -- gdb --args
等等。launch-prefix="gdb -ex run --args"
(不推荐)在当前的窗口启动gdb调试。在有多个节点运行的情况下,你的输入可能意外影响到其他节点,因此不推荐此方式。例子:
<node pkg="astar" type
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。