How to detach from a process?
-
- 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?
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.
-
- 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?
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.