You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'swhere
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
The text was updated successfully, but these errors were encountered: