[Issue 12899] slices don't work in memory window

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 20 12:30:40 PDT 2014


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

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario at 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.

--


More information about the Digitalmars-d-bugs mailing list