HI
I know how to attach a running process into Kdevelop and to debug it .But my question is suppose i have written a hello world program using VIM and compile it using g++ .And suppose the executable i have created is helloOutput.out.I can debug it using gdb through command line .

But is there any way to attach helloOutput.out and debug it .Suppose helloOutput.out is not running process.Only After attaching into Kdevelop I will run and want to debug .


Waiting for yours replies .
Thanks