Answer the question
In order to leave comments, you need to log in
Debugging PHP in NetBeans. How can I set a stop condition?
To trigger the debugger by condition, I currently do this.
<?php
for ($i = 0; $i < 100; $i++) {
echo $i;
if ($i > 55){
$a = 1; // Тут ставится брекпойнт
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question