How to detach from a process?

General questions regarding the usage of CodeLite
Sadocommando
CodeLite Curious
Posts: 2
Joined: Wed Sep 16, 2015 11:56 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to detach from a process?

Post by Sadocommando »

How to detach the debugger from a previously attached process in CodeLite? I can't find the option. This is important because if I just stop the debugger the target process gets terminated along with it.
Sadocommando
CodeLite Curious
Posts: 2
Joined: Wed Sep 16, 2015 11:56 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to detach from a process?

Post by Sadocommando »

Ok I found out how. By typing "detach" in the debugger output tab and clicking "Send". It would be nice to have a dedicated button for it.
Post Reply