diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki
index a3230f5f..b17f9317 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki
@@ -26,5 +26,7 @@ However, breakpoints can be set in assertions (require and ensure). }}
{{tip|You can relocate a breakpoint by '''Ctrl+RightClick''' on a breakpoint [[Image:bp-enabled-conditional-icon]] and '''Ctrl+RightClick''' on an empty breakpoint location [[Image:bp-slot-icon]] }}
+{{tip|to go to the line corresponding to a specific breakpoint index, just use Ctrl+G, enter the index, and the corresponding line should appear selected}}
+
diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki
index 45bf478d..2e30272a 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki
@@ -4,8 +4,10 @@
The '''flat''' view [[Image:view-clickable-feature-icon]] displays the feature body as it is seen at run-time (according to ancestor versions, if any). This is why it is possible to add or remove [[Breakpoints|breakpoints]] in this view.
-{{seealso|
-[[Class formatters: Flat view|Class flat view]] }}
+{{seealso| operations involving breakpoint, please visit the page [[Breakpoints]]}}
+
+
+{{seealso| [[Class formatters: Flat view|Class flat view]] }}
diff --git a/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki b/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki
index 7bbf6c39..a292722d 100644
--- a/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki
+++ b/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki
@@ -13,6 +13,7 @@ To compile the example:
* Choose ''cursors.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
+* After the example compiles, select menu path "Project -> Freeze..." to freeze the project. This is necessary to include the compiled resource (.rc) file.
==Running==