mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
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:
@@ -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}}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user