this post was submitted on 31 Aug 2023
208 points (91.6% liked)

Programming

17374 readers
435 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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
[–] [email protected] 3 points 1 year 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.

[–] [email protected] 5 points 1 year ago

VS Code (as well as Codium) uses gdb for debugging

[–] [email protected] 4 points 1 year ago* (last edited 1 year 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.

[–] [email protected] 2 points 1 year ago (1 children)

I was gonna say Ctrl+X Ctrl+A but that's a TUI.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

And cgdb is kind of the same but with better controls and syntax coloration.

[–] [email protected] 1 points 1 year ago

DDD? Dunno if that's to your taste, nor what state it's in lately but... maybe it qualifies? :3