简体   繁体   中英

How do I debug in visual studio code a python program that calls c functions in a shared library from a f2py interface

I have currently an issue with debugging with visual studio code . I want to attach GDB to a C (.so) shared library module that is called via a main python program that interfaces with the C shared library with F2PY.

How do I procede to create a launch configuration in vscode for gdb to debug that C shared library?

从 Python 到 C 的跨语言调试仅在 Visual Studio 中可用,在 VS Code 中不可用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM