And you, what's your operating system to code ? Me, I use Arch btw

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago (4 children)

Is there any GUI for either GDB or LLDB? Most cases, I don't think "writing macros to do complicated things" is a path walkable for me, especially as I mostly want to do simple things.

  • source
  • hideshow 8 child comments
  • [–] 4 points 3 years ago* (last edited 3 years ago)

    Visual Studio Code (and its free as in freedom variants like Codium) has the CodeLLDB extension. I'm unsure if something similar exists for GDB.

    And if you're using Jetbrains, most (all?) of their products have a suitable GUI debugger baked in.

  • source
  • parent