Debugging across Python and C++

Does anyone have any debugging configs/best practices they recommend when working on PyTorch? I’ve enjoyed using VsCode’s integrated debugger to navigate the codebase but would love to hear what other tools the community finds helpful.

3 Likes

Could you please share your debug methods with VSCode? I’m trying the recommended way online (launch Python program and attach with gdb) but somehow it doesn’t work for me.

1 Like

Even I am looking forward to a debug configuration that works (with VSCode setup!)