Issue 93: cftrace in components causes debug() to fail
Status:  Fixed
Owner:
Closed:  Mar 2008
Cc:
Project Member Reported by virtix, Mar 14, 2008
What steps will reproduce the problem?
1. add cftrace statement in a component
2. run a test for that component
3. add the instance of the component to debug()

What is the expected output? 

What do you see instead?
error

-----------------------------
Not yet reproduced



 
Mar 19, 2008
Project Member #1 virtix
I was able to verify this. The error seems to occur only in the plugin. In the html
views it's ok. The error says that it's trying to locate variables.debugger
unsuccessfully. Note that this only occurs when debug is enabled. Not sure how best
to address this. Marc, can you take a peak?



Variable DEBUGGER is undefined.  
StackTrace coldfusion.runtime.UndefinedVariableException: Variable DEBUGGER is
undefined. at coldfusion.runtime.CfJspPage._get(CfJspPage.java:315) at
coldfusion.runtime.CfJspPage._get(CfJspPage.java:277) at
cftrace2ecfm816991413.runPage(E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\trace.cfm:194)
 

Status: In
May 5, 2008
#2 mrbu...@gmail.com
Hi folks, I hit this error too (not using mx-unit).
This was the only place I found that had mentioned the same error.
FYI: I have submitted a CF bug request (wish, hehe) as my case was easily
reproducible, as follows;
1. Turn on page debugging
2. Write a page that uses cftrace
3. write a page that uses cfwindow with attribute 'source' = (page created in step 2)
4. Launch the cfwindow 
I'm guess your scenario is similar.
HTH.
Cheers.
Jun 30, 2010
Project Member #3 virtix
older/outdated issues. archive in google docs. These are either Fixed, deprecated, or invalid

moving to Jira
Status: Fixed