robotframework-debuglibrary icon indicating copy to clipboard operation
robotframework-debuglibrary copied to clipboard

Debug mode instead of debug keyword

Open buscseik opened this issue 7 years ago • 2 comments

Is it possible to tell to robotframework to go to debug console in case any step fails?

buscseik avatar Jun 13 '18 15:06 buscseik

@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!

xyb avatar Jun 14 '18 02:06 xyb

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.

buscseik avatar Jun 18 '18 11:06 buscseik