You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, our code blocks are often included into other code and then executed separately in different files. It would be better if they were included natively, and then we could set debug breakpoints in them directly.
This is complicated in the case of derived value formulas, and possibly others, in part because we modify the code before execution. If derived values use the regular $elementName syntax then this would become easier.
The text was updated successfully, but these errors were encountered:
Right now, our code blocks are often included into other code and then executed separately in different files. It would be better if they were included natively, and then we could set debug breakpoints in them directly.
This is complicated in the case of derived value formulas, and possibly others, in part because we modify the code before execution. If derived values use the regular $elementName syntax then this would become easier.
The text was updated successfully, but these errors were encountered: