Adding variables to the variable watch window, and then stepping out of scope prints the following error to console, and displays their values in the window as "??" (Frysk:28196): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() (Frysk:28196): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
Created attachment 1471 [details] Screenshot of the variable value
2006-12-31 Mike Cvet <mcvet@redhat.com> * SourceBuffer.java (refreshVars): Catch the reading of out-of-scope variables by looking for "" and "\0" in addition to a null Variable object. Fixes #3819.