Subject: [boost] Is there a way to debug python C++ extensions in Eclipse on Linux?
From: Raul Durand (raul.durand_at_[hidden])
Date: 2011-01-15 16:03:47


Hi guys,

Is there a way to debug python C++ extensions in Eclipse on Linux?
I want to debug a Python script that imports my module mmm.so and be able to
step into my C++ code when necessary using Eclipse.

I installed CDT and PyDev and tried different configurations but nothing
works.

Do I need to create different projects? a PyDev project and a CTD project?
Do I need to recompile Python with debug symbols?
Is there another tool than Eclipse to achieve this?

Thanks,

Raul Durand