[wingide-users] help req : debugging C/C++ modules with gdb
Wing IDE Support
support at wingware.com
Mon Apr 5 08:36:58 MDT 2010
On 4/5/10 9:52 AM, Paul McLanahan wrote:
> 2010/4/5 sanam singh<sanamsingh at hotmail.com>:
>> How can i install python with debugging symbols ?
>
> Looks like you just need to install python-dbg.
>
> $ sudo aptitude install python-dbg
You can also build python on your own by downloading the source from
www.python.org and then use the extension modules with your build. The
pydebug builds (use --with-pydebug when configuring on unix-like
systems) can be quite helpful when developing extension modules but
extension modules need to be rebuilt to work with a pydebug build.
Cheers,
John
More information about the wingide-users
mailing list