AltimateAI / vscode-dbt-power-user

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
https://www.altimate.ai
MIT License
469 stars 94 forks source link

Feature Request: Step Through Jinja Code with VSCode Debugger #1503

Open kyleburke-meq opened 1 week ago

kyleburke-meq commented 1 week ago

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?