www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16691] New: New debug experience: hovering over a string

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 puremagic.com
          Reporter: turkeyman 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.

--
Nov 15 2016