A Visual Studio Code extension for debugging CFML applications under Adobe ColdFusion.
This extension lets you debug CFML code directly from VS Code by connecting to your Adobe ColdFusion server over RDS (Remote Development Services).
Key features:
- Debug your code - Set breakpoints, step through lines, inspect variables, and examine CFML scopes (variables, session, application, etc.)
- Browse remote files - Open and edit files on your ColdFusion server without copying them locally
- Manage files remotely - Create, rename, and delete files and folders on the server from the sidebar
- Variable inspection - Inspect complex CFML structures, queries, arrays, and objects
- VS Code 1.90.0 or higher
- Adobe ColdFusion server with RDS enabled
- Click the ColdFusion Debugger icon in the Activity Bar
- Enter your server connection details (hostname, port, username, password)
- Click Connect
- Set breakpoints and press
F5to start debugging
- Set breakpoints by clicking in the editor gutter or pressing
F9 - Start debugging with
F5(Launch or Attach mode) - Step through code with
F10(Step Over),F11(Step Into),Shift+F11(Step Out) - Browse server files in the Virtual Filesystem panel
- Manage files with right-click context menu or
F2to rename,Deleteto remove
MIT License