Copy link to clipboard
Copied
I used ColdFusion 2016 and CF Builder 2018 until recently, and had no issues using the CF debugger.
We've upgraded to CF 2023, and when I try to debug my apps, breakpoints work, but I don't see any variables in the Variables view. If I try to evaluate an expression, the value is always "<error(s)_during_the_evaluation>".
I've enabled Enable Request Debugging Output in the CF Administrator, and the Allow Line Debugging checkbox is checked.
The Test Debugger and Test Connection buttons in the RDS configuration work successfully.
No logs appear to be generated related to this issue.
I'm running CF 2023 (update 7), CF Builder 2018, Windows 10 and IIS.
What am I missing?
Thanks!
Copy link to clipboard
Copied
Something remains unclear to me. Is your question about debugging in ColdFusion or debugging in ColdFusion Builder?
Copy link to clipboard
Copied
Hi BKBK,
When I attempt to perform line debugging within ColdFusion Builder, ColdFusion Builder does not show variables after a breakpoint is hit. Expressions can't be evaluated either. This occurs in my standalone CF Builder and VS Code CF Builder.
Thanks!