'This Device' Interpolation in Debug Console
We use the Debug Console a lot, and usually to debug an issue on a particular device, which means more often than not, we access the Debug Console from the device in question's Raw Data view. We would like for there to be a token (##THIS## or ##DEVICE##) that could be used with Debug Console commands. So if we were to issue the command !ping ##THIS##, the console would automatically interpolate ##THIS## with the IP address of the device on which we opened the Debug Console. It's a small productivity gain, but when you're doing this a lot it makes a big difference.1View3likes0CommentsFont size controls for debug console
Add a couple of buttons to increase and decrease the font-size attribute value forthe CSS selector #debug-result. An option to control the letter-spacing CSS attribute on the same selector would be good too. On high resolution (4K) screens it's difficult to read at default font-size: 13px. Yes, we can zoom the browser, but that also zooms other pages on the same domain.0Views0likes1Comment