I'd like to know how people debug their Cython code, do they just use terminal debugging as suggested in the Doc?
This answer suggests it is possible with DDD, not to knock DDD, but I don't want to change my whole workflow for debugging Cython code.
Surely, this must be possible in VSCode?