toString

Rainer Schuetze r.sagitario at gmx.de
Tue Jan 1 11:51:08 UTC 2019



On 31/12/2018 19:37, Michelle Long wrote:
> On Monday, 31 December 2018 at 15:39:05 UTC, Rainer Schuetze wrote:
>>
>> What you can do now when using the VS debugger with the mago extension
>> (and not mago selected as debug engine):
>>
> 
> Where do I get the mago extension? https://github.com/rainers/mago
> 
> Or is it build in to Visual D and there is another setting?
> 

It is installed with Visual D and is automatically used if a .vcxproj
project is used, or if debuggger "Visual Studio" is selected for a
.visualdproj project.

One way to note that it is in use is checking the language column of the
stack: it usually shows a mixture of D, C/C++ and Unknown (see
http://rainers.github.io/visuald/visuald/Debugging.html#concord).


More information about the Digitalmars-d-ide mailing list