From 1dee761eeab229286563d273ce6b385313fe568a Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Wed, 24 Sep 2025 19:01:35 +0200 Subject: [PATCH] Convert "Debug" pages to HTML5 Contributes to https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3275 --- .../org.eclipse.platform.doc.isv/guide/debug.htm | 7 +++---- .../guide/debug_breakpoints.htm | 7 +++---- .../guide/debug_debug.htm | 7 +++---- .../guide/debug_expressions.htm | 7 +++---- .../guide/debug_launch.htm | 9 ++++----- .../guide/debug_launch_adding.htm | 7 +++---- .../guide/debug_launch_comparators.htm | 7 +++---- .../guide/debug_launch_groups.htm | 7 +++---- .../guide/debug_launch_java.htm | 7 +++---- .../guide/debug_launch_processfactories.htm | 7 +++---- .../guide/debug_launch_sourcelocators.htm | 7 +++---- .../guide/debug_launch_status.htm | 7 +++---- .../guide/debug_launch_ui.htm | 11 +++++------ .../guide/debug_launch_uiimages.htm | 9 ++++----- .../guide/debug_launch_uishortcuts.htm | 7 +++---- .../guide/debug_model.htm | 7 +++---- .../guide/debug_presentation.htm | 7 +++---- .../org.eclipse.platform.doc.isv/guide/debug_ui.htm | 7 +++---- 18 files changed, 58 insertions(+), 76 deletions(-) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug.htm index c3d5d6ddaf8..a648a8d0e3f 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug.htm @@ -1,12 +1,11 @@ - + - - + - + Program debug and launch support diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm index 2a5f1ec8f00..41f25b38bc1 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm @@ -1,12 +1,11 @@ - + - - + - + Breakpoints diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_debug.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_debug.htm index 14f5d415022..e7e25845dd7 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_debug.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_debug.htm @@ -1,12 +1,11 @@ - + - - + - + Debugging a program diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_expressions.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_expressions.htm index 8f552d38a89..9ac7da6c8a9 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_expressions.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_expressions.htm @@ -1,12 +1,11 @@ - + - - + - + Expressions diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch.htm index 4c806e50cb2..4fd9b8fd670 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch.htm @@ -1,12 +1,11 @@ - + - - + - + Launching a program @@ -36,7 +35,7 @@

Launching a Program

queried for information such as running processes, debug session information, and source code location.  A launch knows the configuration that was used to create it. 

-

+

Users interact with a launch configuration dialog to set up the parameters for different types of launches. These configurations can be diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_adding.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_adding.htm index 87442da7caa..07c8cecbf25 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_adding.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_adding.htm @@ -1,12 +1,11 @@ - + - - + - + Adding launchers to the platform diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_comparators.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_comparators.htm index 28a8fca72aa..5a314aab547 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_comparators.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_comparators.htm @@ -1,12 +1,11 @@ - + - - + - + Comparing launch configurations diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_groups.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_groups.htm index 1eb354d90ca..7c48456e6e9 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_groups.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_groups.htm @@ -1,12 +1,11 @@ - + - - + - + Launch groups diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_java.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_java.htm index 3c447bdc37f..4088cee03be 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_java.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_java.htm @@ -1,12 +1,11 @@ - + - - + - + Launching Java applications diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_processfactories.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_processfactories.htm index 755d9cdf456..83872216ca9 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_processfactories.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_processfactories.htm @@ -1,12 +1,11 @@ - + - - + - + Process factories diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_sourcelocators.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_sourcelocators.htm index abde05f5da8..93c4fdb1e3d 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_sourcelocators.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_sourcelocators.htm @@ -1,12 +1,11 @@ - + - - + - + Obtaining a program's source code diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_status.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_status.htm index adeefd0d878..7b58af52b36 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_status.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_status.htm @@ -1,12 +1,11 @@ - + - - + - + Handling errors from a launched program diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_ui.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_ui.htm index fa88797e185..3c28792ec29 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_ui.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_ui.htm @@ -1,12 +1,11 @@ - + - - + - + Launch configuration dialog @@ -19,7 +18,7 @@

Launch Configuration Dialog

contributed by plug-ins. Each type of launch configuration defines a group of tabs that collect and display information about the configuration. The tab group for running a local Java application is shown below.

-

Launch configuration dialog with contributed tab groups

+

Launch configuration dialog with contributed tab groups

The tabs are contributed using the org.eclipse.debug.ui.launchConfigurationTabGroups extension point. In this extension, the id of a configuration type (defined using org.eclipse.debug.core.launchConfigurationTypes) @@ -57,7 +56,7 @@

Launch Configuration Dialog

is already implemented and can be created by any configuration. This tab manages the saving of the launch configuration as well as collecting common preferences.

-

Launch configuration tabs

+

Launch configuration tabs

diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uiimages.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uiimages.htm index 0e02654bbe4..7c901717b32 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uiimages.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uiimages.htm @@ -1,12 +1,11 @@ - + - - + - + Launch configuration type images @@ -17,7 +16,7 @@

Launch Configuration Type Images

is contributed using the org.eclipse.debug.ui.launchConfigurationTypeImages extension point.  This extension associates an image file with the id of a configuration type.

-

Launch configuration images

+

Launch configuration images

The markup for the Java application image is as follows:

 <extension
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uishortcuts.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uishortcuts.htm
index 8cc7fa12a52..9a56007e64f 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uishortcuts.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_uishortcuts.htm
@@ -1,12 +1,11 @@
-
+
 
 
 
 
-
-
+
 
-
+
 Launch shortcuts
 
 
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_model.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_model.htm
index 3092665aac5..e5a0a758799 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_model.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_model.htm
@@ -1,12 +1,11 @@
-
+
 
 
 
 
-
-
+
 
-
+
 Platform debug model
 
 
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_presentation.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_presentation.htm
index a5a839b7b94..1697dee67ac 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_presentation.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_presentation.htm
@@ -1,12 +1,11 @@
-
+
 
 
 
 
-
-
+
 
-
+
 Debug model presentation
 
 
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_ui.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_ui.htm
index 49ad3472f1a..8ab090a02e2 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_ui.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_ui.htm
@@ -1,12 +1,11 @@
-
+
 
 
 
 
-
-
+
 
-
+
 Debug UI utility classes