diff --git a/docs.it4i/software/intel/intel-suite/intel-debugger.md b/docs.it4i/software/intel/intel-suite/intel-debugger.md
index 414e410a0b548f0381cc83c9da3d17d0a772049a..3fcbed98444d678f8fe089293e4711bf0da171d9 100644
--- a/docs.it4i/software/intel/intel-suite/intel-debugger.md
+++ b/docs.it4i/software/intel/intel-suite/intel-debugger.md
@@ -3,9 +3,9 @@
 !!! note
     IDB is no longer available since Intel Parallel Studio 2015.
 
-## Debugging Serial Applications
+## Introduction
 
-The Intel debugger version is available via the `intel/13.5.192` module. The debugger works for applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. Use [X display][1] to run the GUI.
+The Intel debugger version is available via the `intel/13.5.192` module. The debugger works for serial and parallel applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. Use [X display][1] to run the GUI.
 
 ```console
 $ ml intel/13.5.192
@@ -19,7 +19,9 @@ The debugger may run in text mode. To debug in the text mode, use:
 $ idbc
 ```
 
-To debug on the compute nodes, the `intel` module must be loaded. The GUI on compute nodes may be accessed using the same way as in the [GUI section][1].
+To debug on compute nodes, the `intel` module must be loaded. The GUI on compute nodes may be accessed using the same way as in the [GUI section][1].
+
+## Debugging Serial Applications
 
 Example: