KDevelop remote debbuging.

Leon Pollak leonp at plris.com
Thu Apr 13 17:20:19 BST 2017


On Wednesday, 12 April 2017 15:51:22 IDT Don Shogun wrote:
> Hello,
> 
> Could you show me where are informations about setup remote debugging in
> IDE? This could be very helpfull for me, but I don't know how to attach to
> remote gdbserver via Kdev.
> 
> Best regards,
> Mateusz
Your question is not clear - what difficulties do you experience?
Have you ever debugged remotely?
Anyway, belowe is my gdbinit file I provide in the debug launch configuration:
------------------------------
set sysroot /opt/FS/
shell cp /Projects/CSU/BuildARM/debug/csu /opt/FS/home/csu
set remote exec-file /home/csu
target extended-remote 192.168.50.204:44000
file /Projects/CSU/BuildARM/debug/csu
br main
r
------------------------------

Hope this helps
-- 
Leon



More information about the KDevelop mailing list