C# tricks for visual D
Rainer Schuetze
r.sagitario at gmx.de
Sun Mar 24 12:38:53 UTC 2019
On 22/03/2019 21:51, Michelle Long wrote:
> In C#, and probably variables, the debug window displays the 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
>
With 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).
More information about the Digitalmars-d-ide
mailing list