> 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
>
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