Hi, I have a C-project here, a clone from the famous FFmpeg:
git clone git://source.ffmpeg.org/ffmpeg <target> make creates 2 binaries, ffmpeg and ffmpeg_g, the latter with debug symbols. When I use the latter with Debug Project, I expect the processing would stop at a set Breakpoint in the source file, but that doesn't happen. Any idea why? I'm running NetBeans IDE 10 on Ubuntu 18.04 -Ulf