Does anyone know how to debug OPs in topi?

Does anyone know how to debug OPs in topi?
I’m trying to add new OPs in topi, and it is hard to debug. Is there any way to easily debug?

For the python part of the TOPI code you could use the debugger of pycharm, which gives enough visibility to understand what is going on in the code