diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml
index af4332f6c8..0fb92985a4 100644
--- a/documentation/sdk-manual/sdk-appendix-neon.xml
+++ b/documentation/sdk-manual/sdk-appendix-neon.xml
@@ -819,54 +819,66 @@
exit out of or close that shell).
- Select "Debug Configurations..." from the
+
+ Select "Debug Configurations..." from the
"Run" menu.
- In the left area, expand
- C/C++Remote Application.
+
+ In the left area, expand
+ "C/C++Remote Application".
- Locate your project and select it to bring
+
+ Locate your project and select it to bring
up a new tabbed view in the Debug Configurations Dialog.
- Click on the "Debugger" tab to see the
+
+ Click on the "Debugger" tab to see the
cross-tool debugger you are using.
Be sure to change to the debugger perspective in Eclipse.
- Click on the "Main" tab.
+
+ Click on the "Main" tab.
Create a new connection to the QEMU instance
by clicking on "new".
- Select SSH, which means
+
+ Select "SSH", which means
Secure Socket Shell.
Optionally, you can select a TCF connection instead.
- Click "Next".
+
+ Click "Next".
- Clear out the "Connection name" field and
+
+ Clear out the "Connection name" field and
enter any name you want for the connection.
- Put the IP address for the connection in
+
+ Put the IP address for the connection in
the "Host" field.
- For QEMU, the default is 192.168.7.2.
+ For QEMU, the default is "192.168.7.2".
However, if a previous QEMU session did not exit
cleanly, the IP address increments (e.g.
- 192.168.7.3).
+ "192.168.7.3").
You can find the IP address for the current QEMU
session by looking in the xterm that opens when
you launch QEMU.
- Enter root, which
+
+ Enter "root", which
is the default for QEMU, for the "User" field.
Be sure to leave the password field empty.
Click "Finish" to close the
New Connections Dialog.
- If necessary, use the drop-down menu now in the
+
+ If necessary, use the drop-down menu now in the
"Connection" field and pick the IP Address you entered.
- Assuming you are connecting as the root user,
+
+ Assuming you are connecting as the root user,
which is the default for QEMU x86-64 SDK images provided by
the Yocto Project, in the "Remote Absolute File Path for
C/C++ Application" field, browse to
@@ -911,9 +923,11 @@
Be sure you change to the "Debug" perspective in Eclipse.
- Click "Debug"
+
+ Click "Debug"
- Accept the debug perspective.
+
+ Accept the debug perspective.
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml
index 98e1363911..f8a586f54e 100644
--- a/documentation/sdk-manual/sdk-eclipse-project.xml
+++ b/documentation/sdk-manual/sdk-eclipse-project.xml
@@ -1110,7 +1110,7 @@
In the left area, expand
- C/C++Remote Application.
+ "C/C++Remote Application".
Locate your project and select it to bring
@@ -1129,7 +1129,7 @@
Create a new connection to the QEMU instance
by clicking on "new".
- Select SSH, which
+ Select "SSH", which
means Secure Socket Shell and then click "OK".
Optionally, you can select a TCF connection
instead.
@@ -1141,11 +1141,10 @@
Put the IP address for the connection in
the "Host" field.
- For QEMU, the default is
- 192.168.7.2.
+ For QEMU, the default is "192.168.7.2".
However, if a previous QEMU session did not exit
cleanly, the IP address increments (e.g.
- 192.168.7.3).
+ "192.168.7.3").
You can find the IP address for the current
QEMU session by looking in the xterm that
@@ -1153,7 +1152,7 @@
- Enter root, which
+ Enter "root", which
is the default for QEMU, for the "User" field.
Be sure to leave the password field empty.