AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Sintaxis WLanguage / Palabras clave reservadas
  • Start modes of the debugger
  • Tracing/Debugging a project
  • Executable
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Ouverture d'une nouvelle fenêtre
Open(FEN_FenêtreSaisie)
// Lancement du débogueur
STOP
Sintaxis

Starting the debugger

STOP

Starting the debugger with condition Ocultar los detalles

STOP IF <Condition>
<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.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Exemplo STOP Debug
Exemplo STOP Debug

STOP IF EDT_valor>10

// Blog com Video e Exemplo

http://windevdesenvolvimento.blogspot.com.br/2016/10/aula-941-windev-comandos-9-stop.html

https://www.youtube.com/watch?v=k3rjEJiY4Z4
De matos
15 10 2016

Última modificación: 24/09/2024

Señalar un error o enviar una sugerencia | Ayuda local