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
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:
The text was updated successfully, but these errors were encountered:
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:
Examples:
The text was updated successfully, but these errors were encountered: