Hi everyone,
I’m really impressed by the power of Ontology functions — they’ve been a game-changer for how we set up and run our workflows. That said, once my functions get more complex, I often find debugging to be a challenge.
In particular, I wish there were a way to set breakpoints and step through function execution to inspect values as they run. Right now, my approach feels a bit like trial and error.
My question: What advanced tips, tricks, or best practices have you found helpful for developing, testing, and debugging Python functions in Foundry Ontology?
Anything from local development workflows, logging strategies, structuring functions for easier maintainability, or lesser-known features would be hugely valuable.
Thanks in advance for sharing your experiences — I’d love to learn from how others are handling this in practice!