Re: [ros-users] How to build the debug version?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ signature.asc (application/pgp-signature)
このメッセージを削除
このメッセージに返信
著者: Lorenz Mösenlechner
日付:  
To: ros-users
題目: Re: [ros-users] How to build the debug version?
Rosmake does not compile python files. Python is an interpreted
language. If you want to have a gdb-like interface for python, you
might want to try pdb:
http://docs.python.org/library/pdb.html

Lorenz

>
> I want to use gdb to debug the process writen by python. But I think rosmake
> produces release version.
> It's useless. So I want to know how to get the debug version.
> Thank you.