Question
Debug Find causing field
Hey folks,
when working with different script in the calculation of some field values sometimes i get an error in the Console that looks like this:
TypeError: this.getField(...) is null
5:Field:CalculateIs there any possibility to let the debugger post the complete script-line or at least the name of the caused field that was not able to found, like this:
TypeError: this.getField("my_field") is null
5:Field:my_field:Calculate?
Thank you very much in advance
