Em qui., 19 de ago. de 2021 às 01:57, Chandrakant Shrimantrao <
chandrakant.shrimant...@ltts.com> escreveu:

> Hi,
> We would like to know if there is  any option available to execute and
> debug( setting break point and delete break point) C/C++ Source files
> Python API's inside Eclipse IDE after interfacing Pydev with Eclipse.
> Please let us know.
>
> Thanks and regards.
> Chandrakant shrimantrao.
>
>
Hello Chandrakant,

The usual way I go about this is that one of the debuggers should be in
remote mode, so, either you start it with PyDev and then attach the C/C++
debugger to it afterwards or you start it with the C/C++ debugger and then
attach the PyDev debugger afterwards.

Attaching to the PyDev debugger is mostly a matter of calling
`pydevd.settrace()` appropriately (making sure you have the remote debugger
on the client listening).
See: https://www.pydev.org/manual_adv_remote_debugger.html for details.

Unfortunately I haven't really used Eclipse CDT much to know how it works
on the C/C++ side, but if you can't find out searching for it, presumably
someone from CDT can help you around:
https://www.eclipse.org/forums/index.php?t=thread&frm_id=80

Best regards,

Fabio
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/Q2UAOWRERMMH6TH5BKNFYM6SHUBMG2J4/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to