Any tools recommended to debug Cython?

Hi I am developing new features for ray and meet bugs involved with cython codes. Is there any tool you recommend to debug Cython? Can the debugger be integrated with IDE like VSCode?

Unfortunately, I mostly use print … :frowning: But @yic might have a good suggestion here!

1 Like

Thank you for that!!

Sorry for replying late. I usually print as well :frowning: