Search code examples
pythondjangowerkzeug

Werkzeug debugger: Most recent call first & focus console


With the Werkzeug debugger. How can I make the recent call first instead of last? And how can I make it so Werkzeug debugger automatically focuses the console at the most recent call?


Solution

  • This behavior is not configurable, and probably never will be. There has been some discussion about changing the order of calls in the debugger.