Alternative answer to How to debug mask callbacks?
todd.velde - 2023-07-24T23:23:27+00:00
Question: Alternative answer to How to debug mask callbacks?
It is a good idea to write functions for your mask callbacks to call, rather than putting the code directly in the mask. This way, you can open that function in the editor and set breakpoints for debugging.