Viewing profile — werat
werat
HN member- Joined
- Tue, Oct 11, 2022, 9:23 AM UTC
- HN karma
- 171
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About werat
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #35102517
This looks great, very interesting approach! Augumenting the code of a running process using a scripting language is a cool idea, excited to see what comes next. I will definitely …
-
comment
Comment #35102078
I agree that language server and debugger are different beasts, but both LSP and DAP serve a purpose of re-using the same server (xrefs or debugger) with different IDEs. > I can im…
-
comment
Comment #35097936
> Debuggers need to do more things It's true that coming up with an interface for an abstract debugger is harder, but it's not impossible. Microsoft created Debug Adapter Protocol …
- story
- story
-
comment
Comment #33161235
This is Visual Studio with the Stadia debugger extension ( https://github.com/googlestadia/vsi-lldb ). It runs LLDB on Windows and attaches to a process running on a remote Linux m…