Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] how to get start

Hi,

 

For the “Debugging Windows” part, you need dbghelp.dll from Microsoft:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms679294%28v=vs.85%29.aspx

 

I’m not sure what’s wrong in your Win8+centos scenario. In bridge mode, if the agent is discovered at remote:1534, connect should also work … unless a firewall on your centos prohibits TCF inbound connections to port 1534. You might want to try “iptables –F” as root on your Centos…

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of longhui yao
Sent: Thursday, November 05, 2015 4:39 PM
To: TCF Development
Subject: Re: [tcf-dev] how to get start

 

Hi  Xavier Pouyollon,

 

Thanks for your reply very much!

 

>What's your specific problem ? 

Two problems make me confused:

Q1: I want to run a test about TCF with win8+vmware centos. I set vmware network in Bridge mode, and the centos can ping win8, and win8 can ping back. Eclipse in win8 can discover TCF agent, but I click connect button, it pops up an error message like this.

Inline image 1

 

Q2: So I switch to run the test in win8 alone. I compiled agent in VS2010 and run it.  Later, Eclipse can also discover the agent, and I open debug configuration view and configured the debug like this:

Inline image 2

Inline image 3

Inline image 4

At last, when I click the Debug, it cannot stop in source code but in assembly code.

 

Inline image 1

Is there something wrong with my configuration or operation? 

 

 

On Thu, Nov 5, 2015 at 12:15 AM, Xavier Pouyollon <xavier.pouyollon@xxxxxxxxxxxxx> wrote:

On 04/11/2015 16:58, longhui yao wrote:

Hi,

 

    I am new about TCF, and recently I want to learn and build an remote debugger tool based on TCF, and I read some documentations about it in TCF wiki, but I find many of these documentations are out of date, and some problems occurred when I follow these instructions, anyone could give me some instructions or latest documentations to help me getting start! Thanks a lot!

 

myjoying

 

_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tcf-dev

Hi myjoying,

> anyone could give me some instructions or latest documentations

Read the various header files, they provide some guidance.

tcf-dev archives is your best source for accurate information:
See here:
http://dev.eclipse.org/mhonarc/lists/tcf-dev/msg00955.html

> to help me getting start!

What's your specific problem ?

Xavier.



_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tcf-dev

 


Back to the top