I was looking to add the functionality, on the Attach to Process Dialog, to allow the user to type in the Pid or add a regex to the Process Name. I'm assuming that this wouldn't be too hard. I guess my question is where to put the input boxes. I could put them at the top after the "Process:" field, or after the process table.
What do you think?
Brian
Attach to Process Improvement ... Opinions Requested
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Tue Dec 02, 2008 9:30 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Attach to Process Improvement ... Opinions Requested
2 places:
- under the 'debugger' choice control
- under the list control which holds all the processes
Eran
- under the 'debugger' choice control
- under the list control which holds all the processes
Eran
Make sure you have read the HOW TO POST thread