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
Even though I use it for so many years, I just now stumbled upon the question: Is there a way to have some kind of autocomplete for the debugger? I.e let's suppose I've got an object instance named oo, would it be possible to see its attributes and methods when typing oo. ?
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
-
Hello friends, the werkzeug debugger is probably one of my favourite tools of all times, I've even written a blog post about it: https://spapas.github.io/2016/06/07/django-werkzeug-debugger/
Even though I use it for so many years, I just now stumbled upon the question: Is there a way to have some kind of autocomplete for the debugger? I.e let's suppose I've got an object instance named
oo
, would it be possible to see its attributes and methods when typingoo.
?TIA
Beta Was this translation helpful? Give feedback.
All reactions