Re: C/C++ Support

2025-03-03 Thread slipbits
Hi Ulf; Does it work? If so, great. If not, not so great. You have one advantage over me, an integrated environment (Linux). I have a mixture of Windows and Linux, and in this environment without feedback, I'm lost. I notice your compile command  (cc -ggdb -fPIC -shared)  puts the generated

Re: C/C++ Support

2025-03-03 Thread Ulf Zibis
Hi Art, I now learned, that the `cc` option `-s` means "strip" (I copied the command from elsewhere). When I omit it, the debug symbols, created by option `-ggdb` were not removed again from the binary. Now, what a surprise, I can debug my code with NetBeans. Wow, that's great. So now I have:

Re: C/C++ Support

2025-03-03 Thread slipbits
Hi Ulf; Way back in the bottom of this email, I asked about C/C++ support. Some answers followed. I work in a Windows environment and have cygwin (a Windows Linux) with mingw and gcc. There is no documentation of what is required for entries in "Compile Command", "Build", "Clean" or "Run".