Debugging CFML

Is there a way to do source level debugging with CFML? What are folks out there doing?

Thanks,
Mike

Have you see. Lucee-debug?

2 Likes

I use VSCODE exsension colddusion by Ilya Verbitskiy.

1 Like

got a link?

It is among the extensions available inside VScode. I have tried several and I chose this one because it differentiates the cfml and html tags with different colors and has a light or dark theme

I have recently set up GitHub - softwareCobbler/luceedebug: line debugger for lucee in our environment, which is great. Lovely step debugging.

Just check that you are running a JDK rather than a JRE. Hope that helps!

2 Likes

That’s the original extension, it was forked and then forked

The actively maintained version is

1 Like

Thanks, I’m going to check out all the suggestions. :grinning: