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

Programming

17326 readers
241 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 !webdev@programming.dev



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
[–] ZILtoid1991@kbin.social 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.

[–] Sonotsugipaa@lemmy.dbzer0.com 5 points 1 year ago

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

[–] colonial@lemmy.world 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.

[–] 0x0@programming.dev 2 points 1 year ago (1 children)

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

[–] robinm@programming.dev 1 points 1 year ago* (last edited 1 year ago)

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

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