Re: Breakpoints
"gregor.mi.sw" <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
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