You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: