Happy Friday everyone!
I've been using juci++ for almost a decade. I got a lot of mileage out it but lately it crashes and hangs so I'm looking to replace it with something more reliable. I specifically want something that can compile C++ using clang and allow source debugging in the IDE (running lldb from a shell doesn't count - I can do that without an IDE).
What I've tried:
I've been using juci++ for almost a decade. I got a lot of mileage out it but lately it crashes and hangs so I'm looking to replace it with something more reliable. I specifically want something that can compile C++ using clang and allow source debugging in the IDE (running lldb from a shell doesn't count - I can do that without an IDE).
What I've tried:
- jetbrains-clion: the trial from ports crashes on startup on an empty directory.
- vscode: it asks me to install an extension. I install an extension. vscode asks still wants an extension. I install another extension and get an error that the extension does not support FreeBSD. If someone is using vscode - what's the secret sauce to get it to compile and debug clang?
- Netbeans or Eclipse: I've not used these in a long time and that was for Java. No idea how to get either to create an empty project good enough to debug hello-world. Creating a new C++ project in Netbeans gives me something that won't compile, run or debug.