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

Better debugging than cfdebug in cflayout?

New Here ,
Jul 17, 2013 Jul 17, 2013

I am using cflayout extensively in an app.

But I find the debugging useless.  So I must be doing something wrong.

It loads and I get error ...

"Error retreiving markup for element cf_layoutareamanage: OK

[Enable debugging by adding 'cfdebug' ...

Adding that provides me with an AJAX window with error:

error:http: Error retrieving markup for element cf_layoutareamanage : OK

More helpful?  I think not.

What does one do to see the error?


467
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
New Here ,
Apr 03, 2020 Apr 03, 2020
LATEST

How about useing <cftry> inside cflayoutarea

<cflayoutarea ...>

<cftry>

doing something...

<cfcatch type="any">
<cfdump var="#cfcatch#">
</cfcatch>
</cftry>
</cflayoutarea>

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