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

debugger ui: display same context information as django (debug) error page #2018

Closed
valentijnscholten opened this issue Jan 24, 2021 · 2 comments

Comments

@valentijnscholten
Copy link

Request:
Add the extra context information to the debugging page below the traceback. Similar to what django itself does.

Considered:
Most or maybe even all of this info can probably be obtained by using the console, but it would be a lot more practical if it was already there.

I am new to the Werkzeug debugger and I like the console. I know I can get the local variables by using the console, but:

  • it would be a lot more convenient if they were there by default;
  • printing / dumping them in console takes effort to make them readable;

Examples:
image
image
image

@davidism
Copy link
Member

Duplicate of #1309

@valentijnscholten
Copy link
Author

valentijnscholten commented Jan 24, 2021

@davidism I think #1309 is about local variables inside the traceback view. I already commented on #1309.
image

My request here is about the values printed by django below the traceback view and are something separate from local variables.

Or do you see these as the same feature request?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants