diff --git a/doc/org.eclipse.cdt.doc.user/images/debug_gdb_pref.png b/doc/org.eclipse.cdt.doc.user/images/debug_gdb_pref.png
index eb6f6667099..c781cb25f27 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/debug_gdb_pref.png and b/doc/org.eclipse.cdt.doc.user/images/debug_gdb_pref.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG b/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG
index 8c7df665439..19b9b3e660b 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG and b/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/project_new_cppfile.png b/doc/org.eclipse.cdt.doc.user/images/project_new_cppfile.png
index eabbd40134e..b267152b34b 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/project_new_cppfile.png and b/doc/org.eclipse.cdt.doc.user/images/project_new_cppfile.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/project_new_file.png b/doc/org.eclipse.cdt.doc.user/images/project_new_file.png
index 27b36353173..300f29fbf8e 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/project_new_file.png and b/doc/org.eclipse.cdt.doc.user/images/project_new_file.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/project_new_file_name.png b/doc/org.eclipse.cdt.doc.user/images/project_new_file_name.png
index 5f5807f2d8c..5fb029e387d 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/project_new_file_name.png and b/doc/org.eclipse.cdt.doc.user/images/project_new_file_name.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/view_editor.png b/doc/org.eclipse.cdt.doc.user/images/view_editor.png
index cc15e46de1d..9374ea8ffba 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/view_editor.png and b/doc/org.eclipse.cdt.doc.user/images/view_editor.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm
index 716b2b37dac..b85cb27d039 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm
@@ -24,12 +24,8 @@
-
- Option
-
-
- Description
-
+ Option
+ Description
Use the GDB preferences panel to control how the CDT debugger behaves when debugging with GDB, +
Use the GDB preferences panel to control how the CDT debugger behaves when debugging with GDB,
specifically when using a GDB (DSF) launcher.
-The page is accessible at:
-Window > Preferences > C/C++ > Debug > GDB.
The C/C++ editor provides specialized features for editing C/C++ related files.
+The C/C++ editor provides specialized features for editing C/C++ related files.
Associated with the editor is a C/C++-specific Outline view, +
Associated with the editor is a C/C++-specific Outline view, which shows the structure of the active C, C++ or makefile. It is updated as you edit these files.
The editor includes the following features:
@@ -27,12 +27,10 @@ (single or double-click depending on the user preferences).The C/C++ editor does not contain a toolbar itself, but relies on the use of the main -toolbar, edit menu, search menu +toolbar, Edit menu, Search menu and key binding actions.
- - - +
You can manipulate certain GDB timeout settings Window > Preferences > C/C++ > Debug > GDB MI.
- -Use the GDB MI preference panel to manipulate certain GDB timeout settings.
Option | +Description | +
---|---|
Debugger timeout (ms) | +Sets the timeout value for the debugger. Default setting is 10000 milliseconds. | +
Launch timeout (ms) | +Sets the Launch timeout for a debug session. Default setting is 30000 milliseconds. | +
Automatically refresh modules | +Controls the updates of the Modules view. | +
Support distinct code and data memory spaces | +Toggle to swap between showing separate code and data memory spaced or not. | +