[Pyparsing] Debugging
Brought to you by:
ptmcg
From: Robin S. <ml...@ds...> - 2018-10-04 22:09:48
|
I have a class I created to parse output from a command-line tool with variable output. It used to work, but the output of the tool has changed and...I've gotten really rusty using PyParsing. Is there a good way to step through my code and see what is going on while expressions are being evaluated? I'm using PyCharm. I tried stepping through line-by-line but...I don't really know what I'm looking for and I kept seeing a lot of code with the word 'streamline' in it. |