Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Line debugging: breakpoints ignored in CFCs

Community Beginner ,
Jan 04, 2011 Jan 04, 2011

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:

  • Windows XP, SP3
  • CF9 (9.01)
  • CF Builder (with update) (installed as standalone)
  • Apache 2.2.17
  • Java version 1.6.0_23-b05
  • project cfm files in one directory under htdocs
  • all components in another directory under htdocs
  • some components written entirely in cfscript, others using tags  (result is the same in either case)

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.

TOPICS
Builder
795
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jan 07, 2011 Jan 07, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 07, 2011 Jan 07, 2011
LATEST

@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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources