communicate between pycharm and embedding python with c

Hi

I sometimes use embedding python with c.

It is very uncomfortable to transfer a command to python loaded by Py_Main().

It is very cumbersome to check variables and result of python loaded by Py_Main().

Is there a way to work with pycharm in C?

  - remote debug server?

  - save variables of python with c using pickle and load in pycharm?

  - or plugin?

Thank you

 

0

请先登录再写评论。