我有一个使用ctypes和C共享库(dll文件)的Python程序.作为IDE,我使用的是Eclipse,它将开发两个项目(C-shared库和使用它的python程序).
我的想法是:当我在调试模式下启动Python程序时,我能以某种方式调试用C编写的共享库吗?含义:我可以设置断点,当Python程序到达共享库中的断点时,执行停止,我可以更改变量值等吗?
谢谢您的帮助.
python eclipse debugging ctypes shared-libraries
ctypes ×1
debugging ×1
eclipse ×1
python ×1
shared-libraries ×1