From edb128a4e4059aa01af5fe27ab6e141752253129 Mon Sep 17 00:00:00 2001 From: eutarass Date: Fri, 11 Jun 2010 21:54:52 +0000 Subject: Fixed some outdated text in the docs. --- docs/TCF Getting Started.html | 54 +++++++------------------------------------ 1 file changed, 8 insertions(+), 46 deletions(-) (limited to 'docs/TCF Getting Started.html') diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html index b5ec6c290..848346c2e 100644 --- a/docs/TCF Getting Started.html +++ b/docs/TCF Getting Started.html @@ -30,20 +30,15 @@ below are steps to create and populate Eclipse workspace with TCF projects:

- - -

TCF Plugins

TCF plugins source code is stored in <TCF Root>\plugins directory. @@ -115,10 +80,6 @@ below are steps to create and populate Eclipse workspace with TCF projects:

and then perform basic debugging tasks, like resuming, suspending, single-stepping, setting/removing breakpoints, etc. The code can be used as a reference for developing new TCF clients.

-

org.eclipse.tm.tcf.dsf, org.eclipse.tm.tcf.dsf.ui -
This code allows Debugger Services Framework (DSF) clients to access targets using TCF as comminucation protocol. - It includes implementation of DSF services as TCF clients. -

org.eclipse.tm.tcf.rse
This plugin allows Remote System Explorer (RSE) to connect to remote machines using TCF as communication protocol. It includes implementation of RSE services as TCF clients. @@ -391,9 +352,10 @@ by connecting to a machine runnning TCF agent.
  • Do "Run/Open Debug Dialog..." command.
  • In "Debug" dialog box: select "Target Comminucation Framework" configuration type and press "New" button.
  • Enter a name for the configuration. +
  • On "Target" page, uncheck "Run instance of..." and "Use local host...".
  • Select a target machine in "Available targtes" list. The list shows targets autodetected on local network.
  • Press "Run Diagnostics" button to test connectivity for selected target. -
  • Enter a program name to run in debug session, for example "/bin/ls". +
  • On "Main" page, enter a program name to run in debug session, for example "/bin/ls".
  • Press "Debug" to start the debugger. -- cgit v1.2.3