Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CarolR

Pages: [1]
1
General Board / Re: Microsoft .NET Remote Debug
« on: November 30, 2005, 10:42:25 am »
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?

2
General Board / Microsoft .NET Remote Debug
« on: November 16, 2005, 07:57:48 pm »
First of all the version 6.0 is great. I am very excited withh all improvements. You guys are doing a great job.  ;)
One of the common questions I have is about the creation of the sequence diagrams and until now I had to say that you have to create it manually. I didn't test the capture output yet because I usually debug the code using Microsoft .Net remote debuger. Does anybody know if the debug with EA supports remote debug? If so how to configure it?
:-/
Thanks

Pages: [1]