DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Breakpoints don't work #152

Open adilbaig opened 7 years ago

adilbaig commented 7 years ago

First, these are my versions.

Eclipse IDE for C/C++ Developers Version: Neon.1a Release (4.6.1) Build id: 20161007-1200 DDT - D Development Tools 1.0.3.v201611011228 org.dsource.ddt.feature.group github.com/DDT-IDE Ubuntu Linux 16.04 x64

I am not able to get breakpoints working using GDB. I have set the debug process to start using GDB, which it does. The breakpoint also works for the "main" function. But for setting custom breakpoints, they never stop. How can i get this to work?

bruno-medeiros commented 7 years ago

Could you try breakpoints with the command line GDB, and see if it works there? Also, which GDB version are you using? This should be visible in the Eclipse GDB debug console. image