- use ParserStack.p_stack directly, instead of the ParserStack object - HDoParseBreakpoint looks at the "index" field of the parse state, not "pos"
- Trying to access fields of 'state' generated an exception - stop_pos >= pos should have been stop_pos <= pos
Although the command runs, invoking "continue" without an inferior running produces an error message with no other feedback