> 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/traps in the C code starts the CDT debugger? > > I have tried to setup empty projects and empty C projects and configure > various > debug options, but I haven't been to have the CDT debugger invoked; only the > Pydev debugger.
You can do that, but you have to debug one of the debuggers with a remote debugger (so, you start it with one of them and attach the other to a running session... the remote debugger is only available in pydev extensions: http://fabioz.com/pydev/manual_adv_remote_debugger.html. Also I'm not sure how you use CDT to attach to a running session) Cheers, Fabio ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users