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
While using vscode python debugging (with "jinja": true, in launch config) and stepping through a given template, "how" would I see the rendered output as it is being built?
I've tried stepping into the "root_render_func"...but the debugger doesn't support that for some reason (assuming because of how this really works under hood)
"Seeing" what is being rendered would greatly help development
...is there any chance of a vscode plugin that could present the state of the rendering while debugging?
...any other possibilities?
My current workaround is to write output to variables (which are accessible in the debugger) then dump them...but that is not very template friendly
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While using vscode python debugging (with "jinja": true, in launch config) and stepping through a given template, "how" would I see the rendered output as it is being built?
I've tried stepping into the "root_render_func"...but the debugger doesn't support that for some reason (assuming because of how this really works under hood)
"Seeing" what is being rendered would greatly help development
...is there any chance of a vscode plugin that could present the state of the rendering while debugging?
...any other possibilities?
My current workaround is to write output to variables (which are accessible in the debugger) then dump them...but that is not very template friendly
Beta Was this translation helpful? Give feedback.
All reactions