In the development process it happens sometimes that you failed to type a correct variable when you bind it, most of the times this will fail silently the app will still "work" but you it actually does not.
Is there a good way to see where a binding fails silently or to get an error message ?
So far the only way I could find is using a pipe, but you need to use it in every binding in your app.