On Wed, 2023-03-01 at 20:59 +0300, Berke Yavas via Gcc wrote: > One thing I haven't figured out yet, how can I debug C++ frontend(or > any other language frontend) with CLion. If anybody managed to do > this (or using another IDE), could you please share your settings > with me?
Since CLion is (a) not free (by either definition), and (b) requires projects to use CMake (at least it did last time I checked), it's highly unlikely you'll find too many GNU projects that have any information about how to configure it. I'm not sure what IDEs other devs use: probably vim or Emacs mostly.