Re: Problems with debugging of C++ shared libraries in Netbeans 8.2

2020-08-06 Thread antonio
Ah, good to know it works with 7.2 for you. Kind regards, Antonio El 3/8/20 a las 22:07, Игорь Волков escribió: Hi! Yes. All code is compiled by g++ with -g option. I suppose that problem may be in following. After compiling and linking all binaries are deployed into folder, separated from

Problems with debugging of C++ shared libraries in Netbeans 8.2

2020-07-24 Thread Игорь Волков
I am developing C++ project composed of a number of shared libraries. I had no problems with debugging my code when I used Netbeans 7.2. I'll be glad to use the latest Netbeans version but its site recomends to wait a little and use version 8.2. With version 8.2 I have a problem with debugging.