Skip Menu |

This queue is for tickets about the Parser-MGC CPAN distribution.

Report information
The Basics
Id: 71570
Status: new
Priority: 0/
Queue: Parser-MGC

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.09
Fixed in: (no value)



Subject: Better debugging or tracing features
Would be useful to get some amount of debug/tracing when developing parsers, giving feedback on where in the parse process it is, why it is backtracking, etc etc... Suggested API might look like my $parser = SomeParser->new( debug_flags => $bitmask ); with some bit flags. Maybe a few exported constants with common bitflags. -- Paul Evans