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.
Programming
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
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
Fedora Silverblue is very nice for development work. You can have separate toolbox
containers for each toolchain and not worry about it messing with the host OS.
(Unless I'm working with Python. Then it'll find some way to install shit deep in ~/.local
or whatever.)
Am I missing something? Why aren't you doing python development in a venv? Or docker?
I don't really write Python, but I occasionally find myself having to use tools written in it.
So Docker won't work (unless I do some scuffed mounting to let it access my working files, which is suboptimal regardless) and I can't be bothered to juggle venvs just to rip my Spotify playlists.
Python belongs in docker for exactly thus reason
Cries in game dev
No, seriously. I've tried getting Unity to work on Linux once, and gave up after few hours of random crashes, bugs or errors. And I never even got to building the game, which I'm sure would be an entirely different adventure that would still in the end require to reboot to Windows and try the build there.
Also, getting O365 to work on Linux was another reason why I eventually gave up, since our company is simply a Windows-based, and the web apps are just too cubersome to use. And for alternative clients you usually need an app password (disabled in our domain) or another setting that you don't want to enable for 95% of your employees, since it's just a security risk in the wrong hands.
Oh, and then there are VPNs. I never managed to get Checkpoint mobile working on Linux, without it also requiring intervention from IT to enable some obscure configuration or protocol support.
It's a shame, but every attempt I made to switch ended exactly the same - after few days of running into "make sure to enable this config on the server side" or "if you don't see that option in the settings, contact your system administrator" for every tool I need for my job, I just gave up.
But I'm considering it giving it another try, and just go with the Unix + Windows VM for administrative tasks. But knowing myself, just the small hurdle of "having to spin up a VM" would be a reason to postpone and not do it properly, since that's additional effort... And then there's still the gamedev I do part-time, where I simply don't believe it's a good idea - after all, given the states the engines are in, it's a recipe for disaster of "works on my machine but not in build" or "doesn't work on my machine"...
As long as I can use a single key combo to get to Wezterm and a single key combo to get to Firefox, I don’t really care. But Raycast is really nice if on Mac.
I don’t really care they all have their issues and benefits. But mostly just dev in windows for support for almost everything.
Also arch when I can help it.
We use CentOS for work.