https://issues.dlang.org/show_bug.cgi?id=12899
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- 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. --
