Re: [Pydev-users] Python C extension

2008-10-26 Thread Fabio Zadrozny
> I have a Python package with both C extension modules and Python files, and > I would like to use Pydev/CDT for developing it. > > Is it possible to setup an Eclipse project with debugging in both Pydev and > CDT, > such that you can insert break-points in both the Python and C code, and > such >

[Pydev-users] Python C extension

2008-10-25 Thread Joachim Dahl
I have a Python package with both C extension modules and Python files, and I would like to use Pydev/CDT for developing it. Is it possible to setup an Eclipse project with debugging in both Pydev and CDT, such that you can insert break-points in both the Python and C code, and such that crashes/t