[Gambas-user] Programmatic / Scriptable way to set breakpoints

KKing kicking177 at gmail.com
Sat Aug 24 15:23:58 CEST 2019


Is there or could there be a way to set breakpoints programmatically?

Scenario number one:

Because of how my code is currently fashioned, I have catch statements 
at end of most routines and prepare output to a trace log from error 
object content. While I'm debugging issues it would be really useful to 
have breakpoints set automatically on the the first line after the catch 
statement (in all classes and modules)


Scenario number two:

If I establish a variable is being populated incorrectly, being able to 
set a breakpoint on any occurrence of where it is be set (not comparison 
of) would be handy rather than having to manually search for all of 
these and setting breakpoints manually on each and every.

K.



More information about the User mailing list