Copy link to clipboard
Copied
My line debugging works just fine if breakpoints are set in a .cfm, but breakpoints set in a CFC are completely ignored - i.e. CF Builder will not stop at even the most mundane points (like initially setting values used in the cfc).
My setup:
I've tried adding the "components" folder as an "Additional Source" in the properties for the main project, but CFBuilder won't retain that addition. I've tried including (checking the box) and not including the components "project" in the [main project] -> properties -> project references window. And the breakpoints are all listed in the Breakpoint "tab" of the debugging perspective and the boxes are checked.
All to no effect. Any assistance greatly appreciated.
Copy link to clipboard
Copied
Check if this video can be of help to resolve any setup issues.
http://blogs.adobe.com/anand/2011/01/learn-how-to-debug-coldfusion-applications-using-coldfusion-builder-2.html
Copy link to clipboard
Copied
@hemant k: Thanks for the post. Unfortunately, the video does not address the issue I'm having. The video shows setting breakpoints in the .cfm file on the line calling the cfc.
I actually want to set breakpoints within the cfc as I'm doing some heavy data manipulation and want to check intermediate values. Any further thoughts?