Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug mode instead of debug keyword #32

Open
buscseik opened this issue Jun 13, 2018 · 2 comments
Open

Debug mode instead of debug keyword #32

buscseik opened this issue Jun 13, 2018 · 2 comments

Comments

@buscseik
Copy link

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

@xyb
Copy link
Owner

xyb commented Jun 14, 2018

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

@buscseik
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants