Debugging a custom model at runtime

Hi everyone :wave:
I’m working on a custom model in a custom environment with ray rllib. Naturally, I need to debug frequently :bug:

Is there any good way to debug a custom model during training?
The current behavior of ray rllib seems to be to deepcopy the model, which means breakpoints are not accessible right now.

Thanks everyone