Enabling debug mode provides some in-context information about the tiles being drawn in a given viewport.
Currently this is only implemented for browsers supporting HTML Canvas.
The relevant configuration options are shown below.
OpenSeadragon({
...
debugMode: true,
...
});