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
the value of args in attrs pass to is_breakpoint is empty
the code in TestRunnerAgent.py
def start_keyword(self, name, attrs): # pass empty args, see https://github.com/nokia/RED/issues/32#issuecomment-240713102 attrs_copy = copy.copy(attrs) attrs_copy['args'] = list() self._send_socket("start_keyword", name, attrs_copy) if self._debugger.is_breakpoint(name, attrs_copy): self._debugger.pause() ......
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I did notice that "Comment PAUSE" is broken. I'll try to fix it. (I suspect that this feature never worked before.)
Sorry, something went wrong.
Fixes #10 - Now Comment Pause will pause execution.
b8e0033
it is ok, close it
2e9237d
No branches or pull requests
the value of args in attrs pass to is_breakpoint is empty
the code in TestRunnerAgent.py
The text was updated successfully, but these errors were encountered: