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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ signature.asc (application/pgp-signature)
Slet denne besked
Besvar denne besked
Skribent: Lorenz Mösenlechner
Dato:  
Til: ros-users
Emne: 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.