Re: GDB and NetBeans terminal fails

2019-12-13 Thread Martín Morales
Hi! I Tried but no change. Thanks anyway. Regards. El jue., 12 dic. 2019 a las 18:36, Валера Солдатов () escribió: > Can you try -no-pie flag too? > > 13.12.2019 0:12, Martín Morales пишет: > > Hello All! > > I'm using Netbeans 8.2 with GDB 8.1 on Ubuntu 18.04. I'm trying to > > debug from the ID

Re: GDB and NetBeans terminal fails

2019-12-12 Thread Валера Солдатов
Can you try -no-pie flag too? 13.12.2019 0:12, Martín Morales пишет: Hello All! I'm using Netbeans 8.2 with GDB 8.1 on Ubuntu 18.04. I'm trying to debug from the IDE a simple "hello world" program in C. Its already compiled with the -g option. Its runs ok from the IDE but fails in debugging.

GDB and NetBeans terminal fails

2019-12-12 Thread Martín Morales
Hello All! I'm using Netbeans 8.2 with GDB 8.1 on Ubuntu 18.04. I'm trying to debug from the IDE a simple "hello world" program in C. Its already compiled with the -g option. Its runs ok from the IDE but fails in debugging. The Project Properties/Run/Console Type its set to External Terminal and Ex