[Issue 16691] New: New debug experience: hovering over a string function argument doesn't display the string

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Nov 15 19:20:15 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16691

          Issue ID: 16691
           Summary: New debug experience: hovering over a string function
                    argument doesn't display the string
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: visuald
          Assignee: nobody at puremagic.com
          Reporter: turkeyman at gmail.com

string f(string s)
{
  return s;
}


Put a breakpoint at "return s;", hover the mouse over 's', you'll see a pointer
appear which you need to expand to see the string.
It would be best if hovering over a string showed the string directly.

--


More information about the Digitalmars-d-bugs mailing list