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

pause test excution is not available by keyword "Comment PAUSE" #10

Closed
mytliulei opened this issue Feb 9, 2018 · 2 comments
Closed
Labels
Milestone

Comments

@mytliulei
Copy link

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()
        ......
@HelioGuilherme66
Copy link
Owner

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.)

@mytliulei
Copy link
Author

it is ok, close it

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

No branches or pull requests

2 participants