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
should work with any server setup (devserver, uwsgi etc - websockets/async not acceptable), possible solutions
ui makes request to view every sec
view reads from pipe or something
tracer writes to pipe - however it should not block too much (perhaps some kind of pipe but a buffer that can discard stuff when it overflows - consider stuff from Strace-like functionality #27)
the UI should have some line limit on output to avoid killing your browser
A django-debug-toolbar inspired middleware that allows one to configure tracing at runtime without restarts.
DRF should be a main usecase thus the 'html output appending' technique from DDT can't really be used.
Perhaps a special url
/__hunter__/
url where you get a text input for the config and an output pane where any traces will appear.Prerequisite: #54 (enough if html rendering is implemented).
The text was updated successfully, but these errors were encountered: