Thread overview
[Issue 12899] slices don't work in memory window
Jun 20, 2014
Rainer Schuetze
Sep 24, 2014
Manu
May 11, 2019
Manu
June 20, 2014
https://issues.dlang.org/show_bug.cgi?id=12899

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
As far as I can see, showing just the length value happens for function arguments only. I remember there has been some special treatment to arguments regarding x64 debug info, it seems the visualizer cannot deal with this.

To display the raw struct of array arguments without visualizer, you can use "mySlice,!" in the watch window.

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=12899

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
May 11, 2019
https://issues.dlang.org/show_bug.cgi?id=12899

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--