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

Debugging in PyCharm question (breakpoints) #141

Open
gmmueller opened this issue Feb 9, 2018 · 3 comments
Open

Debugging in PyCharm question (breakpoints) #141

gmmueller opened this issue Feb 9, 2018 · 3 comments

Comments

@gmmueller
Copy link

Is it possible to debug in PyCharm via breakpoints? I did some googling and only really found where people could debug utilizing PyCharm Pro, but that only supports Lettuce and Behave. Basically, I am looking for the ability to put a breakpoint within a step definition and step through the code.

Thanks

@koterpillar
Copy link
Member

You can debug using pdb with setting breakpoints, stepping through and the like working absolutely the same way as with the Python files.

I'm not familiar with PyCharm, so perhaps you can give it a try and report back? At least stepping through should work properly.

@gmmueller
Copy link
Author

Yes, I understand that pdb could be used, but it isn't ideal in my particular situation. PyCharm allows you to set breakpoints in the IDE similar to Visual Studio, it is more user friendly than using pdb which is important in my situation. Is it possible to run aloe via python instead of using the executable (like calling Runner). I have not had a chance to try anything myself, so thank you for taking the time to respond.

@sgpy
Copy link

sgpy commented Feb 11, 2019

@gmmueller Not sure if you figured it out :)?

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

No branches or pull requests

3 participants