[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-user] Re: It would be could to ban/hide some files from the debugger
[Thread Prev] | [Thread Next]
- Subject: [Gambas-user] Re: It would be could to ban/hide some files from the debugger
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Reply-to: user@xxxxxxxxxxxxxxxxxxxxxx
- Date: Mon, 26 Feb 2024 00:10:49 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
On Mon, 26 Feb 2024 at 00:06, Bruce Steers <bsteers4@xxxxxxxxx> wrote: > > Hi all (Ben) > > Would it be possible to stop the debugger from showing me some files? > > > I find when debugging in the IDE that the debugger shows me it running > through various of my internal gui classes that i would rather skip. > > Various custom controls/panels etc that are nothing to do with what i'm > debugging. > > The problem is the IDE opens the class and the debugger steps through the > method (usually a _Arrange or _Draw event) (i know it's supposed to) > > But it would be cool to be able to set specific classes be ignored by the > debugger. > Then i would not have to keep closing the files in the IDE or having to > click through the functions. > > Respects > BruceS > Maybe if we put something like Public Const _Hidden as Boolean = True and the IDE debugger then stops showing me that class ? Respects BruceS
Re: [Gambas-user] Re: It would be could to ban/hide some files from the debugger | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
[Gambas-user] It would be could to ban/hide some files from the debugger | Bruce Steers <bsteers4@xxxxxxxxx> |