I try to find a means to create debug messages in event scripts or programs, that work in any application and being displayed in the same way as sc_alert().
I am thankful for any suggestions.
In SC this is hard, the best way is to log to a file or the os. Especially debugging ajax events is hard because you can’t ‘just display’. SC doesn’t have much debugging facilities, so I use phped for instance for testing event code etc.