when I tried Fluid I started to love it almost immediately. I can't
really tell you why since at first I just used it to replace some
bookmarks with .apps. But now I start to discover the userscripts and
start understanding the power of it.
But when developing a new userscript, I have a somewhat hard time to
debug them since I don't get much errors reported (sometimes
JavaScript errors popup in Konsole). The rest of the time I try to
work myself through the code with putting alerts all over the place.
I haven't done any real JavaScript development so I wonder what is the
best way to develop and debug userscripts. Yesterday I fetched Drosera
(a JavaScript debugger from the WebKit project) and it seems to work
with Fluid. Is this a way to go or are there other options (Drosera
seems quite heavy-weight, but alert() is a bit annoying)?
Rainer