Remote debugging
Martin Marmsoler <[email protected]> Wed, 29 Apr 2020 19:11:47 +0200
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CAMhHKZdfCQwUVzooTZf1j_6sbyPoQbdExOE=b7YPqLhAtY40eg@mail.gmail.com> |
Hi all, I'm trying to debug my raspberry pi from my host computer. I compile the program on my host and copy the file then to the raspberry pi. With the scripts under the "Remote Debugging" part in the Launch configuration I am able to start debugging, but I am not able to stop it. Due to the stop issue I'm anymore able to copy a new version of my program to the raspberry and so I'm anymore able to debug unless I kill the gdbserver. Is there a way to close gdbserver with KDevelop? Is this the correct way to go? You can find a full description on stackoverflow: https://stackoverflow.com/questions/61458211/debugging-application-on-raspberry-pi-with-kdevelop?noredirect=1#comment108750841_61458211 Cheers and thanks, Martin