I have a calculation attribute rule that runs without errors, but doesn't work as expected:
Attribute rule works in Pro 2.9.2, but not in Pro 2.6.8
I want to debug the code, to see what part of it is failing to update the geometry's vertices.
- The code doesn't produce any errors, so I can't use error messages to help me.
- And ArcGIS Pro 2.6.8 doesn't support outputting console messages (unlike Pro 2.9.2 +/-).
Does anyone have any tips for debugging Arcade code in that scenario?