Here you will find a set of overview pages covering some of the major areas of FusionDebug. For more information or for more detail on any particular feature, please refer to the FusionDebug User Guide.
New » Full support for ColdFusion 9
FusionDebug 3.0.1 now supports Adobe ColdFusion 9.
New » Full support for Railo 3.1 Open Source / Enterprise
FusionDebug is a certified debugger for Railo, a free, open-source alternative engine for ColdFusion application development.
New » Extended support for Eclipse platforms
FusionDebug now supports Eclipse 3.1, 3.2, 3.3, 3.4, 3.5.
New » Conditional Breakpoints
Have more control over when your breakpoints fire! Edit your breakpoints to have a condition, the evaluation of which determines if the breakpoint fires. Read More...
New » Hit Counts
Set a specific hit count for your break point so that it will only fire after the count has been reached. Hit counts can be used in conjunction with breakpoint conditions. Read More...
New » Break on Runtime Exceptions
On a debug connect specify which runtime exceptions to halt execution on. Special for Railo users – select from a variety of built in exceptions to help you quickly debug your code. Exceptions include: applications, expressions, databases, lock and more! Read More...
New » Run To Line
Run execution to a selected line, without having to set or alter breakpoints. Read More...
New » Custom Extensions
Allow your custom extensions to be recognized by FusionDebug.. Read More...
New » Auto-stepping
Automatically step through a page based on an interval and step type. Read more...
Improved » Advanced Stepping Technology
Step through your code at an average speed of 30 lines per second. This makes FusionDebug the fastest CF debugger available. Read more...
Source Code Lookup Tab
The Source Lookup tab is used to tell FusionDebug where the source files in your Eclipse projects are placed on to your CF server. Read more...
View Variables and Scopes
See all variables, scopes and objects in the Variables View. Drill into Structs, Arrays and even CFCs. See values change as you step through your program. Read more...
Expression Watchers
Create arbitrary expressions, (from simply outputting a variable to showing the result of an if condition) and the Expression Watcher will dynamically evaluate them. Read more...
Query Support
Open queries to see row data, column names and data types. Also, when looping through a query the Current Query feature lets you know exactly which row you are on. Read more...
Mutiple Requests
Set breakpoints in multiple files and FusionDebug will let you suspend them all. Just between any of these suspended pages and step through them in any order you wish.
Read more...
Full Stack Trace
When debugging your code, you can see not just all details associated with the current page, but also all details on all pages back through the caller tree. Read more...

