Re: Breakpoints
José Antonio Martínez Escobedo <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CA+i5vPCbBkSYmY10m2uLbvyxV626uK0M3M=ShJfdTBdW5H98VA@mail.gmail.com> |
Hi Gregor, Yes it's a C++ project and I have been using the -g option, but I'm not sure if this implies compilation with debug information...I'm too noob about Kdevelop. El sáb., 23 mar. 2019 a las 13:56, gregor.mi.sw (<[email protected]>) escribió: > > > Am 23.03.19 um 13:33 schrieb José Antonio Martínez Escobedo: > > Hi all! > > I'm new to Kdevelop, and I'm fascinated with it. But when I togle a > breakpoint the debugger > > doesnt stops the execution there, instead it exit the program and return > to code mode. Can you help me? > > > > Kind regards > > > > José Antonio > > Hi José Antonio, > > I assume it is C++ project. Did you compile your project with debug > information? > > Gregor >