I have been working on a "Salesforce formula debugger".
It parses and breaks down Salesforce formulas into their component parts, identifying variables, functions, operators, and expressions.
When editing formulas in Salesforce, you can click a "Run Debug" button to:
- Parse and analyze the current formula
- Extract all field references automatically
- Generate input fields for each field/variable
- Test the formula with different values in real-time
- See step-by-step calculation results
The goal is to sort of emulate how developers debug code with breakpoints and variable inspection.
What do you think? ❓ 💬 👇
Would this kind of formula decomposition/debugger be helpful for complex formulas?
Does "Salesforce formula debugger" accurately describe this feature?


