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

Top Page
Attachments:
Message as email
+ (text/plain)
+ signature.asc (application/pgp-signature)
Delete this message
Reply to this message
Author: Lorenz Mösenlechner
Date:  
To: ros-users
Subject: 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.