#165818: Variables show a value, but a watch of the same variable is empty
Erno Mononen <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Please review the fix for http://www.netbeans.org/issues/show_bug.cgi?id=165818 Description: Watches in the Ruby debugger show no values for variables, neither in the watches view nor in the variables view. Fix: Made WatchesModel to return a value for the to_string column for watch nodes. Verified by QE (fzamboj,mschovanek) and peer (mentlicher). Thanks, Erno