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

CFC debugging techniques

New Here ,
Jun 01, 2006 Jun 01, 2006

Copy link to clipboard

Copied

I am getting started with CFCs. Right now I am modifying someone elses cfcs and when i break the logic I get a 500 error. Is there anyway to track where I broke the logic like a normal cf page. It's driving me nuts.

Thanks
TOPICS
Advanced techniques

Views

183

Translate

Translate

Report

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
LEGEND ,
Jun 01, 2006 Jun 01, 2006

Copy link to clipboard

Copied

LATEST
> I am getting started with CFCs. Right now I am modifying someone elses cfcs and
> when i break the logic I get a 500 error.

That's a bit strange. Errors in CFCs have pretty much always reported
themselves exactly the same way as any other CF code, for me.

What version of CF are you on?

How's the CFC method call being invoked (eg: <cfinvoke>, <cfobject> /
createObject() and separate method call, etc)?

--
Adam

Votes

Translate

Translate

Report

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
Documentation