Adobe ColdFusion Builder is End of Life from Oct 1, 2024
Thank you for being part of the exciting journey of Adobe ColdFusion Builder.
As Adobe continues to focus on ColdFusion Builder extension for Visual Studio Code as the IDE for Adobe ColdFusion, we have decided to End of Life (EOL) Adobe ColdFusion Builder on Oct 1, 2024.
View the End of Life (EOL) announcement for ColdFusion Builder.
New in Adobe ColdFusion Builder (2016 release)
Adobe ColdFusion Builder (2016 release) comes with Security Analyzer and fixes to some known bugs.
Security Analyzer
Security Analyzer is a new feature in Adobe ColdFusion Builder (2016 release). This feature is integrated to enable developers to avoid common security pitfalls and vulnerabilities while writing ColdFusion code.
Use this feature to view:
- Vulnerable code in the editor
- Vulnerability or type of attack (Error and Warning)
- Severity level of vulnerability (High, Medium, and Low)
- Suggestion to avoid the vulnerability.
For more information, see Security Analyzer.
New in ColdFusion Builder 3
ColdFusion Builder has gone through a lot of changes and enhancements and this section highlights those changes:
ColdFusion Debugging Perspective
The ColdFusion Debugging perspective ( invoked through Run > Debug Configuration > Perspectives) contains tools to debug your ColdFusion applications as well as client-side applications. There are different views that let you add breakpoints to your code, step into functions, step over functions, or examine and evaluate expressions in your code. The editor works with the debugging tools to locate and highlight lines of code that need correction.
Debugging mobile applications
Bundled ColdFusion Server
Mobile Templates
ColdFusion Builder allows you to create a mobile application based on a pre-defined template. The template is basically a CFML file that can use third-party web frameworks like Bootstrap or jQuery Mobile. See Mobile Templates.