Author:jfiat

Date:2011-01-05T15:43:33.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@726 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-01-06 20:43:41 +00:00
parent 98fd1668a8
commit 4b7db9f3d2
3 changed files with 7 additions and 2 deletions

View File

@@ -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}}

View File

@@ -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|<br/>
[[Class formatters: Flat view|Class flat view]] }}
{{seealso| operations involving breakpoint, please visit the page [[Breakpoints]]}}
{{seealso| [[Class formatters: Flat view|Class flat view]] }}

View File

@@ -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 "<code lang="text">Project -> Freeze...</code>" to freeze the project. This is necessary to include the compiled resource (.rc) file.
==Running==