Linux: Debugger and program not stopped

CodeLite installation/troubleshooting forum
OLiverr
CodeLite Enthusiast
Posts: 13
Joined: Sun Jan 18, 2009 9:30 pm
Location: Thüringen (Germany)
Contact:

Linux: Debugger and program not stopped

Post by OLiverr »

Hello,

when I debug my program and want to stop debugging it and if the program hangs (e.g. in an infinite loop) the program and gdb is not killed by codelite and I always have to kill them all manually, so I have a lot of gdb and <program-name> processes. Is that my fault or a bug? (ArchLinux)

Oliver
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Linux: Debugger and program not stopped

Post by eranif »

well, I dont know about ArchLinux, but it works as expected on Ubuntu

Eran
Make sure you have read the HOW TO POST thread
Post Reply