I downloaded the code for KMyMoney in Git. git clone https://github.com/KDE/kmymoney.git
I installed Kdevelop in Fedora 30. I installed all the dependencies.
I opened Kdevelop and imported my project.
When I try to debug, I get this error:
WebConnect: Starting server failed. Try to remove stale socket. WebConnect: Running in server mode * Program received signal SIGSEGV (Segmentation fault) *
I did change the debugger to GDB. However, it still fails.
I cannot get Kdevelop to debug KMyMoney. I need help trying to get the debugger to connect. No idea how to do it.
thanks,
JV