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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
VS Code (as well as Codium) uses gdb for debugging
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.
I was gonna say Ctrl+X Ctrl+A but that's a TUI.
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