Hello

Thank you for this formatter, it is very useful indeed.

However, I am having some troubles using it. Though it works in principle, the xCode debugger does not always display the contents of a variable. Sometimes, "out of scope" is displayed although the variable should be known, or the format string itself is displayed instead its evaluation. Also, sometimes the summary is not updated until one or two additional code lines are executed.

Originally, code optimizations were activated. Deactivating them did help but not entirely remove the above symptoms. Are there other build settings interfering with the formatter? Is there a way to enforce an update of the summary of a variable or is there any other way to avoid the described problems?

I am using xCode 3.2.6 64-bit (for compatibility reasons, so an update to xCode 4 won't be an option)

Thanks a lot.