Hello,
I find an answer lastly, about the execution of an extern application using a debugger application, witch is by using Launching Connector, and this connector can be used by a debugger application to launch a Sun VM or any other VM,
There are two Launching Connectors provided by sun:
Sun Command Line Launching Connector.
Raw Command Line Launching Connector.
For using these connectors, the GUI example in demo\jpda of jdk , uses theses connectors exactly in the LaunchTool class, illustrate how to use all jpda connectors with a user arguments .
But now, I don抰 succeed to attach a currently running target VM in the same machine through the socket transport in windows OS.