Re: Using .gdbinit and Kdevelop
René J.V. Bertin <[email protected]> Sun, 08 Aug 2021 11:22:26 +0200
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <5492184.BMQsKSRSno@bola> |
On Sunday August 08 2021 11:14:10 Mahmood Naderan wrote: >Should I check something else in order to enable that in kdevelop? I suppose you checked if KDevelop indeed starts the debugger in that directory? I think you can specify that in the debug launch configuration; if not you can add `--cd=DIR` to the argument list (see `gdb --help`). R.