Visual D 1.2.0-rc1 available

Rumbu rumbu at rumbu.ro
Sun Dec 19 20:47:40 UTC 2021


On Sunday, 19 December 2021 at 16:53:44 UTC, Complexity wrote:
> On Monday, 29 November 2021 at 08:47:25 UTC, Rainer Schuetze 
> wrote:
>> Hi,
>>
>> I have just uploaded a new release candidate for Visual D at 
>> https://github.com/dlang/visuald/releases/tag/v1.2.0-rc1
>>
>> Major changes:
>>
>>   * added support for VS 2022
>>   * dmdserver updated to frontend of DMD 2.098.0
>>   * added option to restart the semantic analysis if memory
>>     usage goes above a given threshold
>>   * fixed bugzilla 21877: VS2019 crash with "Show parameter
>>     storage class at call site"
>>   * full installer now bundled with DMD 2.098.0 and LDC 1.28.0
>>
>> Known issues:
>>
>>   * the signing certificate of the D Language Foundation has
>>     expired, so the installer cannot be signed digitally ATM
>>     (the same as the dmd installer).
>>   * parallel compilation of D files in VC projects doesn't
>>     work in VS 2022.
>>
>> Cheers,
>> Rainer
>
>
> Visual D is crashing Visual Studio 2022 after doing a fresh 
> install of both. This seems to be happening when debugging and 
> adding breakpoints. Did not happen with 2019 so it's either the 
> VisualD release(I think I was using the same) or due to 2022.
>
> I think simply trying to debug a program will give you the 
> crash.

Debugging works for me in VS 2022.

What is not working for me:
- in x64 mode the linker cannot find phobos64.lib, I must add 
manually windows/lib64 to lib paths in the project configuration.
- icons for visualdproj files are blank.
- syntax highlighting does not work after several edits. It can 
be linked to dmdserver.exe, I end with 5-6 instances after some 
time.

In VS2019 it still works like a charm, thank you Rainer for the 
good work.



More information about the Digitalmars-d-ide mailing list