d0c-s4vage/pfp

Add "where" command to the debugger

Open

#117 opened on Jan 9, 2020

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (37 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (203 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe

When debugging 010 templates with pfp, knowing the current stack trace within the template would be very useful. A where command, akin to pdb's where command, would be very useful.

Describe the solution you'd like

Add a where command to the debugger to print the current stack trace in the 010 template being executed.

Additional context

None

Contributor guide