-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCodium Not Supported? (Windows) #485
Comments
if you can get codelldb or gdb to work with vscode (without code-d in it), feel free to put their launch json configs here - I haven't been able to get it to work usefully outside the VS debugger that's proprietary to vscode, but if you have a config that works I can put it into code-d for others to automatically get loaded |
I simply run in {
"type": "lldb",
"request": "launch",
"name": "run debug",
"program": "./bin_name"
} The projects needs to be build as debug before, but you can also do this add a Edit: |
@WebFreak001 : Do you know if the winlibs you posted contains GDC for Windows, do you know any other source? How do I invoke the compiler? No gdc in the above. |
I have tried a few times over the years to use D with VSCodium but have never been able to get the debugger to work. Today I tried from scratch in a blank environment. Here are my steps for reproducing the problem:
DMD:
(As far as I know, DMD can't be debugged without the C++ extension, which is not available for VSCodium.)
LDC:
Download the following files:
code-d: Create new Project
>Empty Win32 Application
source/app.d
.source/app.d
tab.LDC.log
GDC:
Download the following files:
code-d: Create new Project
>Empty Win32 Application
source/app.d
.source/app.d
tab.{ blah }
block fromlaunch.json
so theconfigurations
block is empty.GDC.log
The text was updated successfully, but these errors were encountered: