Debugging: Stop program if variable = value ?
Posted
#1
(In Topic #649)
Trainee
I am a newbie to Gambas and try to find out, if the following is possible:
While debugging, I want the program to stop/break if variable xy has a determined value.
Can you do that with the Gambas IDE?
Thanks a lot.
Posted
Guru

Posted
Regular

fox73 said
…While debugging, I want the program to stop/break if variable xy has a determined value.
Can you do that with the Gambas IDE?
That's a great question.
It doesn't look like this feature is included in Gambas breakpoint options.
I did find that if you run code until it stops at a line breakpoint, the breakpoint window changes, and you get an "Add Expression" option via an eye-ball icon.
But I can't see how to use this.
Breaking on a variable value would be a valuable inclusion to the Gambas IDE. Its far more useful in some situations than a line breakpoint.
For example in this code, it would be great to be able to break when (say) x = 2000:-
Posted
Posted
Trainee
thanks for your reply. I know the possibility to place a break on a line and then display the value by clicking on the variable.
But this "hard break" is not, what I am looking for.
I am looking for a "smart break" that stops at the line, where an determined condition is reached, without knowing in advance at what line of the code.
It's as stevedee wrote in his example.I know this feature from tibe IBM z/OS mainframe tool DEBUG and it would be great to have it in Gambas, too :-)
Posted
Regular

01McAc said
Yes, that's the kind of workaround I would use, but I'm beginning to suspect there are existing features (which are pretty standard in other languages IDEs) that I either don't know how to enable or maybe they are broken.
For example there is both an Add Expression and an Add Watches button that I can't figure out.
I've only just discovered that after you stop program execution, you can then change the current value of variables…that's handy!
That is why I said fox73's question was a good one…its got me thinking about things I've taken for granted for years.
Posted
Regular

stevedee said
I've only just discovered that after you stop program execution, you can then change the current value of variables…that's handy!
Sounds interesting, I didn't know this. VB is able to change values in debug mode - but Gambas? How would you do this?
Posted
Regular

01McAc said
…VB is able to change values in debug mode - but Gambas? How would you do this?
Pause execution using a line breakpoint, then double click on the variable's value in the Local variable list and type the new value.
Yes, VB6 was great for debugging; you could pause execution, drag the execution point back a few lines, and then get it to re-execute the lines again!
Posted
Trainee
https://gitlab.com/gam…547b807fe253b4a7f29b/TODO - line 36 as off right now.
Hopefully that'll be implemented soon(ish).
Posted
Regular

But it would be nice. :roll:
1 guest and 0 members have just viewed this.



</IMG>

