This is a sample project that shows how to debug PyO3 extension using Visual Studio Code. It allows to set breakpoints in Python sources and tests, as well as in Rust sources, and step through Python ...
Issue-EnhancementA feature request (enhancement).A feature request (enhancement). Flag settings such as additional EXE paths, debugging, etc. under Advanced to help clean up the view for typical use.
You might be familiar with how Python and C can work together, by way of projects like Cython. The new PythoC project has a unique twist on working with both languages: it lets you write ...