code-d 0.10.1 released (D support for vscode)

WebFreak001 via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Mar 12 10:59:25 PST 2016


On Saturday, 12 March 2016 at 18:57:41 UTC, Dmitry wrote:
> On Saturday, 12 March 2016 at 18:44:23 UTC, WebFreak001 wrote:
>>> Is it work only with GDC and LDC? Because with DMD it doesn't.
>>> Then where I can get GDC and LDC for Windows (of course, I'm 
>>> about binaries)?
>>>
>>> P.S. Windows 7 x64
>>
>> the debugger extension is using GDB or LLDB, just install one 
>> of those programs. Both GDB and LLDB work with gdc, ldc and dmd
> I have installed GDB, and debugging doesn't start.
> In previous version of code-d I saw something like "not in 
> executable format: File format not recognized" in the console 
> output (current version has no any messages).
>
> LLDB - I didn't found binaries for Widnows.

Not sure how that happens... You need code-debug and just follow 
the instructions in the code-debug README.

But both for GDB and LLDB you need to compile it yourself for 
Windows


More information about the Digitalmars-d-announce mailing list