Is there a way to do source level debugging with CFML? What are folks out there doing?
Thanks,
Mike
Is there a way to do source level debugging with CFML? What are folks out there doing?
Thanks,
Mike
Have you see. Lucee-debug?
I use VSCODE exsension colddusion by Ilya Verbitskiy.
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!
That’s the original extension, it was forked and then forked
The actively maintained version is
Thanks, I’m going to check out all the suggestions.