Live data from Hacker News

Viewing profile — werat

werat

HN member
Joined
Tue, Oct 11, 2022, 9:23 AM UTC
HN karma
171
Public activity
8 items

About werat

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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 …

  4. 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…

  5. 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 …

  6. story
  7. story
  8. 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…