vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.55k stars 246 forks source link

Supports communication with the IDE via stdin/stdout #1134

Closed jm-observer closed 2 weeks ago

jm-observer commented 2 months ago

I am developing a plugin for Lapce, but Lapce communicates with plugins via stdin/stdout. Can I submit a PR to support this functionality?

vadimcn commented 2 months ago

Sure - if you can make it work. Last time I looked into this, it turned out that stdin cannot be set to non-blocking mode.

jm-observer commented 2 months ago

ok.I also encountered an issue, and in the end, removing dbg! resolved it.

1725379782784

vadimcn commented 2 months ago

Hm, this code is not related to adapter communication with the IDE.