I would like to request the ability to step through Jinja code as it compiles using the VSCode debugger. Currently, this can be achieved using ipdb via the command line (as described here), but I would prefer to use the VSCode debugging interface instead of the CLI.
Describe the feature
I would like to request the ability to step through Jinja code as it compiles using the VSCode debugger. Currently, this can be achieved using ipdb via the command line (as described here), but I would prefer to use the VSCode debugging interface instead of the CLI.
Describe alternatives you've considered
No response
Who will benefit?
No response
Are you willing to submit PR?