Otavio

Results 1 issues of Otavio

Hello, Is it possible to use ipdb (or pdb) inside steps? On my code, it hangs without showing anything. I have something like: ```python class MyTrain(FlowSpec): @step def start(self): print("Start...

enhancement