[Python-Dev] Re: Mixed Python/C debugging

2019-12-02 Thread Skip Montanaro
Thanks for the responses. I know there are multiple tools out there (to wit, Wes's response), but I'm really after what people actually use and find works. I apologize that wasn't clear. I did neglect to mention that my environment is Linux (specifically Ubuntu 18.04), so Windows-based solutions ar

[Python-Dev] Re: Mixed Python/C debugging

2019-12-02 Thread Sasha Kacanski
Same here, I do Pycharm and it is possible to add clion plugin and go through C code ... On Mon, Dec 2, 2019 at 8:34 AM Fabio Zadrozny wrote: > Hi Skip, > > I just wanted to note that what I usually do in this case is having 2 > debuggers attached. > > i.e.: start one any way you want and then d

[Python-Dev] Re: Mixed Python/C debugging

2019-12-02 Thread Fabio Zadrozny
Hi Skip, I just wanted to note that what I usually do in this case is having 2 debuggers attached. i.e.: start one any way you want and then do an attach to from the other debugger -- in my case as I'm usually on the Python side I usually start the Python debugger and then do an attach to from t