c++ - Finding PID of a process which is being debugged with eclipse -


i want find pid of process being debugged eclipse, while being debugged. want use c plus plus code not have relation debugged process.

for finding pid of "normal" running process, can use code in answer .

is possible? thanks


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -