Re: eclipse for developing and debugging python C or C++ extensions

2007-11-13 Thread Paul Rubin
chewie54 <[EMAIL PROTECTED]> writes: > If not, how do others develop and debug c or c++ python > extensions? I haven't had to do it very much, but simply running python under gdb in emacs is sort of tolerable. -- http://mail.python.org/mailman/listinfo/python-list

eclipse for developing and debugging python C or C++ extensions

2007-11-13 Thread chewie54
Hi All, Has anyone used eclipse to develop and debug c or c++ extensions for python? Is it possible to you PyDev and CDT with eclipes to get an integrated environment in which I could debug both Python and C using the debuggers in each plugin respectively? If not, how do others develop and debu