PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Conditional breakpoint on a specific value
Conditional breakpoint on a specific value
Iniciado por guest, 02,dic. 2017 14:56 - 2 respuestas
Publicado el 02,diciembre 2017 - 14:56
I am just exploring (after 5 years!) then Conditional Breakpoint functionality. I note it works on Number of passes.

Is it possible to break on a specific value such as x = 4 or s = "cat"?

At the moment I have to code this manually and if the value is reached then I just add a line such as n is int = 4 and put a breakpoint on that line

It works fine but using the built in Conditional Breakpoint would be much better.
Publicado el 02,diciembre 2017 - 15:16
Hi John

I'm sure what you are asking here...

Yes, the conditional breakpoint in the debugger works fine, it has for the last 15 years at least, and it's all explained in the help on the debugger...

So what is question?

Best regards
Publicado el 02,diciembre 2017 - 15:30
Sorry I am guilty of not reading the help file properly.

I did not click Stop in the debugger expression.