I want to find a PID of a process which is being debugged with eclipse, while it is being debugged. I want to use some c plus plus code that does not have any relation with the debugged process.
For finding the PID of a "normal" running process, I can use the code in the answer .
Is it possible? Thanks