this post was submitted on 12 Aug 2023
429 points (95.9% liked)

Asklemmy

43395 readers
1448 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Pavlichenko_Fan_Club@hexbear.net 10 points 1 year ago (8 children)

Honestly? Visual Studio. Like I am an Emacs user through and through. When properly setup with LSP, ccls, etc. it offers a better editing experience, and when it works its similar to, if not better than VS--even on huge codebases. But I would rather go live in a dumpster than have to use GDB over the VS debugger again. Its so slow, its a nightmare to use with multithreaded code, it just isnt capable of handling a large, GUI driven application.

Maybe there is some GDB config guidebook that I'm missing, but it better be something more than 'lmao just write a python script to pretty-print std::vector'.

[โ€“] cyborganism@lemmy.ca 1 points 1 year ago (1 children)

What about Visual Studio Code? Isn't it open source and free?

No it is not, plus vscode is something entirely different. Really i am specifically talking about the Visual Studio debugger compared to FOSS debuggers.

load more comments (6 replies)