|
|
|
|
|
- Start modes of the debugger
- Tracing/Debugging a project
- Executable
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
Sintaxis
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.. Observaciones 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 "Código" pane, in the "Puntos de interrupción" group, pull down "Punto de interrupción" 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 "Proyecto" pane, in the "Modo de prueba" group, pull down "Modo de prueba" and select "Debug project" (keyboard shortcuts Ctrl + F9). Executable The STOP keyword in executable code has no action.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|