Attach to Process Improvement ... Opinions Requested

Discussion about CodeLite development process and patches
zarnce
CodeLite Enthusiast
Posts: 13
Joined: Tue Dec 02, 2008 9:30 pm
Contact:

Attach to Process Improvement ... Opinions Requested

Post by zarnce »

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
User avatar
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

Post by eranif »

2 places:
- 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
Post Reply