Skip to main content
nikos101
Inspiring
June 24, 2010
Question

<<Recursive Reference - Cannot display value>> cfb dubugger problem

  • June 24, 2010
  • 1 reply
  • 865 views

I am using an object called t and its values are like so, when it should be a number

t[1].ask =<<Recursive Reference - Cannot display value>>

anything I can do?

This topic has been closed for replies.

1 reply

June 28, 2010

I'm pretty sure you should be able to see it in the Expressions tab... create a new watch expression. Since you can't view an array as simple text, you need to evaluate the element you're interested in. I haven't used the Expressions pane very much... but you might be able to view complex objects in there.