Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make xdebug breakpoints work in all code files #585

Open
jegelstaff opened this issue Nov 14, 2024 · 1 comment
Open

Make xdebug breakpoints work in all code files #585

jegelstaff opened this issue Nov 14, 2024 · 1 comment
Milestone

Comments

@jegelstaff
Copy link
Owner

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.

@jegelstaff jegelstaff added this to the 9.0 milestone Nov 14, 2024
@jegelstaff
Copy link
Owner Author

See also #574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant