Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Has anyone had any luck in setting line debugging in Eclipse with the CFEclipse plugin? The instructions seem to be for the actual ColdFusion IDE. We are running ColdFusion 11. I've been playing around with the line debugger in FusionDebug, but I would like to give the native debugger a try as well. Does it require the ColdFusion IDE, or can it work within Eclipse with the CFEclipse plug-in?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
631 views
Welcome To Ask or Share your Answers For Others

1 Answer

CFEclipse is just a code editor. Looking at the feature list, it lists debugging, but only for CF 8:

Adobe released the ColdFusion 8 Extensions for Eclipse which included a step debugger and RDS tools. This is no longer supported by Adobe but still works in the latest CFEclipse versions.

Once Adobe released CFBuilder, thier complete Eclipse-based IDE for ColdFusion (which includes a step-debugger), I'm sure they stopped releasing those Eclipse extensions for newer versions of ColdFusion. This would stop CFEclipse and other free Eclipse based editors from providing step-debugging for CF 9 or later.

An alternate step-debugger would be FusionDebug, which I have used in the past to solve some serious problems in legacy code bases.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...