I have some questions regarding debugging UiApps using Google Apps Script editor.
I know you can debug by using the debug button and execute code step by step. But this ia only useful as long as no Ui should appear : you cannot debug a webapp this way.
Does anyone know how to debug efficiently?
Does anyone know an external debugger that is more suited for this task?
Currently I try to debug the old fashion way by adding statements that will log data into a file (spreadsheet). But to me this seems to be about 25 years back in time. So i'm curious how other people try to debug using the script debugger or an alternative.
Another simple question is about the find+replace dialog.
It is very basic (not even taking lower / upper case into account while searching etc), but the main problem with it is that you can't move it and it covers a big space of the window, hiding code you want to view after searching.
So I would like to know if it can be (re)moved or replaced or ... (whatever that makes it easier to debug).
Also interesting to me is if addons exist that can be installed and make debugging easier.