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

Add support for debugging .robot files #78

Open
jasle opened this issue Jun 4, 2024 · 3 comments
Open

Add support for debugging .robot files #78

jasle opened this issue Jun 4, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@jasle
Copy link

jasle commented Jun 4, 2024

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.

@jnhyperion jnhyperion added the enhancement New feature or request label Jun 12, 2024
@tiodot
Copy link

tiodot commented Nov 14, 2024

老哥有空支持一下这个功能么 @jnhyperion

@jnhyperion
Copy link
Owner

这个功能比较复杂,不是一时半会可以实现的。This is a complex feature which requires many efforts, unfortunately I still do not have enough time working on this.

@jnhyperion
Copy link
Owner

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

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

No branches or pull requests

3 participants