While working on a project the last couple of days, I noticed a problem with debugging dictionaries. When you show the contents of a dictionary in the debugger, all you see for its Key and Value listings are "nil". Needless to say, this can be a rather puzzling, especially when the application's behavior indicates that the stored values are not nil. It turns out that if you step over the statement where you first exposed the Contents panel, the true values appear. But by then they could have changed, which doesn't you a lot of good.
I've found a report which says this issue was fixed for the last final candidate version, and I've asked that it be re-opened.There's a very simple project included that demonstrates the problem. If you'd like to have reliable Dictionary debugging, please add this report to your watch list. <http://support.realsoftware.com/feedback/viewreport.php?reportid=ytjmwxwd&cmd=watch> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
