Good GUI debuggers for Linux?

If it's not ZDoom, it goes here.
Post Reply
User avatar
Rachael
Posts: 13559
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Good GUI debuggers for Linux?

Post by Rachael »

Are there any good GUI debuggers in Linux, like how Visual Studio is in Windows? I am a bit spoiled by Visual Studio admittedly, because it allows me to go right to the problem point in the code during a crash and instantly I already have the exact line where it crashed, the stack trace, and the relevant variables in the context, and I don't have to remember any gdb commands to have that information available to me right away.

I prefer something GTK-based but if I absolutely have to I'll use KDE.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: Good GUI debuggers for Linux?

Post by m8f »

QtCreator integrates with gdb nicely. Despite the name, QtCreator can be used not only for Qt-based application development, it works fine with any C/C++ CMake projects. CMake integration could be better, though.
User avatar
Redneckerz
Spotlight Team
Posts: 1052
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Good GUI debuggers for Linux?

Post by Redneckerz »

I am sure you have since this Rachael, but in the case you did not:

Deploy, run and debug your Linux Project
User avatar
Rachael
Posts: 13559
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Good GUI debuggers for Linux?

Post by Rachael »

@ Redneckerz: That is not an option for me, I am debugging a GPU-intensive (ie VM's are out of the question) application on the only system that actually has Windows on it. Obviously - Windows is not running at this time, so I don't have access to Visual Studio.

@ m8f: I will have a look, thank you.
User avatar
Redneckerz
Spotlight Team
Posts: 1052
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Good GUI debuggers for Linux?

Post by Redneckerz »

Rachael wrote:@ Redneckerz: That is not an option for me, I am debugging a GPU-intensive (ie VM's are out of the question) application on the only system that actually has Windows on it. Obviously - Windows is not running at this time, so I don't have access to Visual Studio.

@ m8f: I will have a look, thank you.
Then, to submit anything useful, ill hand over this translated Wiki cite from the Dutch Wikipedia since for some reason this bit is not on the English one, a list of IDE's that support what you might need. It also mentions M8F's QTCreator.
''IDE's like Codelite, Code::Blocks, Dev-C++, Geany, GNAT Programming Studio (GPS), KDevelop, Qt Creator, Lazarus, MonoDevelop, Eclipse, NetBeans, Xcode have support for GDB. GNU Emacs has a "GUD mode" and tools for VIM exist (like clewn). These tools provide similar functionality to devuggers build into IDE's.''
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3141
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: Good GUI debuggers for Linux?

Post by drfrag »

https://www.tecmint.com/best-linux-ide- ... e-editors/

Eclipse looks good but i only use Code::Blocks besides VS, i'm used to it and for me it gets the job done.
User avatar
Rachael
Posts: 13559
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Good GUI debuggers for Linux?

Post by Rachael »

Thanks drfrag I'll look at those, too.
User avatar
Kinsie
Posts: 7399
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: Good GUI debuggers for Linux?

Post by Kinsie »

drfrag wrote:Eclipse looks good
Image

The words "Eclipse" and "good" aren't allowed on the same web server, let alone post.
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3141
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: Good GUI debuggers for Linux?

Post by drfrag »

I haven't tried it but it's popular, seems Code::Blocks is lighter tough. I only use Code::Blocks and while i'm at it Midori is a light web browser. That said i mostly use windows.
Which one do you recommend then? :)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Good GUI debuggers for Linux?

Post by Graf Zahl »

drfrag wrote:I haven't tried it but it's popular
Popularity doesn't mean much for quality - especially in a Unix-like environment where many of the hard core developers have really strange views - and these dominate the field.
One particular gem I found while researching the same issue was "Linux *IS* the IDE!" - it's like if you have been forced to work long enough with sub-par solutions you start to see these as world's greatest achievement.
Post Reply

Return to “Off-Topic”