digitalmars.D.ide - C# tricks for visual D
- Michelle Long (5/5) Mar 22 2019 In C#, and probably variables, the debug window displays the
- Rainer Schuetze (6/14) Mar 24 2019 With the mago extension for the Visual Studio debugger the return values
return value System.IO.Path.GetFileName returned "fda.pdf" string and it does this for all executed functions that return a value. this would be nice for VisualD
Mar 22 2019
On 22/03/2019 21:51, Michelle Long wrote:System.IO.Path.GetFileName returned "fda.pdf" string and it does this for all executed functions that return a value. this would be nice for VisualDWith the mago extension for the Visual Studio debugger the return values of functions stepped over are shown in the auto window. Unfortunately that does not work for slices (including strings) on platform x64 as D uses an ABI incompatible with C++. (I should probably change the default debug engine back from mago to VS).
Mar 24 2019