[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gambas-user] Re: It would be could to ban/hide some files from the debugger


Le 26/02/2024 à 01:10, Bruce Steers a écrit :

Maybe if we put something like

Public Const _Hidden as Boolean = True

and the IDE debugger then stops showing me that class ?


Please don't show me horror movies!

More seriously, you ask for a debugging feature, and it's not a good idea at all to mix it with something inside the debugged code.

It must be implemented with a new flag in each class inside the interpreter, new instructions in the debugger to handle it, and their GUI part in the IDE.

Regards,

--
Benoît Minisini.

----[ http://gambaswiki.org/wiki/doc/netiquette ]----

Follow-Ups:
Re: [Gambas-user] Re: It would be could to ban/hide some files from the debuggerChristof Thalhofer <chrisml@xxxxxxxxxxx>