Ok, I guess nobody wants to talk about Remote Debug and it seems that nobody is trying to run debug in C++ as well.

After trying several times the debug feature I am reaching the conclusion that it doesn't work yet unless I am doing something stupid.

Here is the environment I set up:
1) I created a very basic C++ project in .Net 2003 using the standard MFC project.
2) I did reverse engineer of the project which created the basic classes used in the project.
3) setup the package build script as:
Name: eamfc
Directory: C:\Source-Trees\EAMFC\EAMFC\
Build->cmd: "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" "C:\Source-trees\EAMFC\EAMFC.sln" /build Debug /debugexe
Run->run: Debug\EAMFC.exe
I was able to build and rum but the debug just don't work. With this configuration I have the program starting but when I try to stop I get the message on the top of the EA saying "Not Responding".
I've tried all combinations possible and the help is not helpful.
Can somebody give me some hint how this thing works?