Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2010-09-15 17:14:58 +0000
committereutarass2010-09-15 17:14:58 +0000
commit69593e807c8dc0dc300648cf7d4a6921dca9648e (patch)
treea78c516cae5ced444e4f8eeb371bee85991bb810 /docs
parentb2686292ee2e90cedba832addbf7bb02c4695b83 (diff)
downloadorg.eclipse.tcf-69593e807c8dc0dc300648cf7d4a6921dca9648e.tar.gz
org.eclipse.tcf-69593e807c8dc0dc300648cf7d4a6921dca9648e.tar.xz
org.eclipse.tcf-69593e807c8dc0dc300648cf7d4a6921dca9648e.zip
Fixed few inconsistencies in TCF Getting Started doc
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Getting Started.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index 604406067..492abed78 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -301,8 +301,7 @@ The integration has only been tested on Linux at this point.
<h2><a name='Browsing'>Browsing Agent Source Code in CDT</a></h2>
On Linux, the default configuration from the CDT .project file included in TCF
-should be fine for correctly browsing the agent source code. Linux is recommended
-for working on the agent anyways, because most features are implemented already.
+should be fine for correctly browsing the agent source code.
<p>
On Windows, open Project Properties of the agent project, and under C/C++ General &gt;
Indexer switch the configuration to "Win32 - Cygwin" or "Win32 - DevStudio"
@@ -349,8 +348,8 @@ by connecting to a machine runnning TCF agent.
<li>Make sure TCF agent is running on remote machine.
<li>Run Eclipse with TCF plugins installed.
<li>In Eclipse, do "Window/Open Perspective/Debug" command.
- <li>Do "Run/Open Debug Dialog..." command.
- <li>In "Debug" dialog box: select "Target Comminucation Framework" configuration type and press "New" button.
+ <li>Do "Run/Debug Configurations..." command.
+ <li>In "Debug Configurations" dialog box: select "Target Comminucation Framework" configuration type and press "New" button.
<li>Enter a name for the configuration.
<li>On "Target" page, uncheck "Run instance of..." and "Use local host...".
<li>Select a target machine in "Available targtes" list. The list shows targets autodetected on local network.

Back to the top