XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 2.1.0
    • Qt Creator 1.3.1
    • Debugger
    • None
    • Debian squeeze
    • 5f13608c61e0d4f3e38b15a95c1b1e0480062de4

    Description

      If you have a QString s = "foo\nbar\nabc" it is show as "abc" in the debugger table, removing everything except the last line.
      If you double click on it, the edit box shows it at "foo bar abc", which is better, but still wrong. (sometimes the difference between \r and \n is important)

      It should show it c like as "foo\nbar\nabc" and if the string is too long it could display "foo\n[...]abc"

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hjk hjk
            benibela Benito van der Zander
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes