petitparser2 icon indicating copy to clipboard operation
petitparser2 copied to clipboard

Debugging actions

Open khinsen opened this issue 5 years ago • 0 comments

I have a parser with non-trivial actions (==>) on several nodes, and I wonder how I can debug problems in the action code, given that ==> absorbs all exceptions, even debugger breakpoints. Is there a way to let actions raise exceptions rather than cause parser failures?

khinsen avatar May 06 '20 10:05 khinsen