We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it is possible to set breakpoints inside python code but not in .robot-files.
.robot
It would be great to have also the possible to use the debugger with them.
The text was updated successfully, but these errors were encountered:
老哥有空支持一下这个功能么 @jnhyperion
Sorry, something went wrong.
这个功能比较复杂,不是一时半会可以实现的。This is a complex feature which requires many efforts, unfortunately I still do not have enough time working on this.
Using python file debugging will solve most of our usually cases:
kw.py def my_debug(arg): print(arg) # add break point here
*** Settings *** Library kw.py *** Test Cases *** my test foo my debug ${var_you_want_to_debug} # add py kw here bar
No branches or pull requests
Currently it is possible to set breakpoints inside python code but not in
.robot
-files.It would be great to have also the possible to use the debugger with them.
The text was updated successfully, but these errors were encountered: