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

Fabien Bodard gambas.fr at gmail.com
Sat Aug 24 16:20:46 CEST 2019


Yes it's the keyword STOP

Le 24 août 2019 15:25, "KKing" <kicking177 at gmail.com> a écrit :

> 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.
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190824/1a99d30b/attachment.html>


More information about the User mailing list