Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jinja template debugging in bottle and pyramid #1206

Closed
DonJayamanne opened this issue Mar 27, 2018 · 1 comment · Fixed by #1513
Closed

Jinja template debugging in bottle and pyramid #1206

DonJayamanne opened this issue Mar 27, 2018 · 1 comment · Fixed by #1513
Assignees
Labels
area-debugging feature-request Request for new features or functionality
Milestone

Comments

@DonJayamanne
Copy link

DonJayamanne commented Mar 27, 2018

Jinja templates are optional in pyramid and bottle (not sure what the default is either).
Either way, we need a way for the user to configure the debugger to use Jinja templates.

@DonJayamanne DonJayamanne added this to the April 2018 milestone Mar 27, 2018
@DonJayamanne DonJayamanne added feature-request Request for new features or functionality needs PR area-debugging labels Mar 27, 2018
@DonJayamanne DonJayamanne self-assigned this Mar 27, 2018
@DonJayamanne DonJayamanne modified the milestones: April 2018, May 2018 Apr 19, 2018
@DonJayamanne DonJayamanne modified the milestones: May 2018, April 2018 Apr 26, 2018
@DonJayamanne
Copy link
Author

DonJayamanne commented Apr 26, 2018

This has been fixed upstream (microsoft/ptvsd#262).
Just add the following setting into the launch.json:

"jinja": true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant