The debugger supports the V language #31144
Replies: 3 comments
-
|
The debugger supports DAP, and as long as it meets the DAP requirements, it's easy to achieve. https://docs.vlang.io/debugging.html#c-backend-binaries-(default) Commandline Debugging I roughly browsed through this language and it seems to be usable for debugging with GDB as well. in rust(zed) {
"label": "Debug Zed (GDB)",
"adapter": "GDB",
"program": "target/debug/zed",
"request": "launch",
"initialize_args": {
"stopAtBeginningOfMainSubprogram": true
}
} |
Beta Was this translation helpful? Give feedback.
-
|
I will try. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope Zed's debugger supports the V language
https://github.com/vlang/v
Beta Was this translation helpful? Give feedback.
All reactions