top | item 41537485

(no title)

pseudo_meta | 1 year ago

I sometimes use sounds as opposed to print statements when debugging automations or certain UI behavior, e.g. to indicate whether a certain if-condition was triggered or not.

The advantage over normal print debugging is that you get immediate feedback, and do not need to switch to a console. This is also useful when it comes to debugging split second timings (custom window movement scripts).

discuss

order

pimlottc|1 year ago

You just gave me the idea for a tool that watches log files and plays sounds when certain patterns occur.