|
|
|
|
|
- Start modes of the debugger
- Tracing/Debugging a project
- Executable
STOP (Reserved word) In french: Stop
STOP is used to call the WLanguage debugger during a test in the editor. Once this keyword is called, the current test is run in the debugger.
Open(FEN_FenêtreSaisie)
STOP
Syntax
Starting the debugger
STOP
<Condition>: Condition for starting the debugger. The debugger will be started if the condition is fulfilled. Warning: this condition is only evaluated when debugging a project.. Remarks Start modes of the debugger To start the debugger during a test, you can use: - The STOP keyword in the code editor.
- A
breakpoint in the Code Editor: under the "Code" pane, in the "Breakpoints" group, pull down "Breakpoint" and select "Add a breakpoint" (or keyboard shortcuts Ctrl + B in the Code Editor). - The Ctrl + Pause keys when running the test.
Tracing/Debugging a project To trace a project as soon as it starts running: in the "Project" pane, in the "Test mode" group, pull down "Test mode" and select "Debug project" (keyboard shortcuts Ctrl + F9). Executable The STOP keyword in executable code has no action.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|