Slight bug/annoyance on debug window
When using the debug window, if a submission has just submitted a big image file or binary, when mousing over the step where this has been done (so that a tooltip pops up) the app pauses for around 10 seconds (depending on the size of the file), presumably to access the file data to display it on the tooltip. Is it possible for image/binary data to not be shown when debugging, like in Chrome devtools?
Comments