CF8 Hotfix 1 & CF7 Hotfix 3 available

Sarge just announced the availability of CF8 hotfix 1 along with CF7 hotfix 3.

The first bug on the CF8 hotfix fixed list is one of my biggest issues with the debugger. Now I can happily debug with runtime exceptions turned on without having to step over twice in each line of code.

Thanks for fixing this.

Tip: var-scoping with ColdFusion debugger

If you want to verify if all your method variables where var-scoped correctly just launch a debug session and set a break point at the end of your function and then run your app which will make the cfc call.

Once the debugger stops in the breakpoint, go to the variables panel and expand variables and function_variables (var-scoped) nodes.

You can then verify if each variable if they are in the right scope.

If those scopes don't show up in the variables panel go to Window> Preferences > ColdFusion > Debug Settings and then enable the missing scopes.

BlogCFC was created by Raymond Camden. This blog is running version 5.8.001. Design by dcarter.