robotframework-debuglibrary
robotframework-debuglibrary copied to clipboard
Debug mode instead of debug keyword
Is it possible to tell to robotframework to go to debug console in case any step fails?
@buscseik I think it is possible if monkey-patching running/signalhandler.py: _StopSignalMonitor to inject our debug mode handler into it. But I do not have enough time to dig into it right now, contribution welcomes!
Thank you for respond. I will take a look on that later. But until that I have found a workaround. If you put the the debug into the fist step of test tear down, will do the expected affect.