[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debugger tries to access count property before _new completes
[Thread Prev] | [Thread Next]
- Subject: Debugger tries to access count property before _new completes
- From: Brian G <brian@xxxxxxxxxxxxxxxx>
- Date: Sat, 25 May 2024 08:02:42 -0700
- To: GambasList <user@xxxxxxxxxxxxxxxxxxxxxx>
This is what appears to happen during a debug session..When _next is defined for a class the debugger tries to access the count property before the _new completes, this sometimes causes strange behavior/hangs when the count property depends upon the
values internally being configured before the count value becomes valid.This seems to happen when a popup is open for the object from a previous debug session, and goes from not available.
My question is : Do we have to guard against this somehow in our code, or is it a debugger bug?
It certainly led me down some strange and unexplainable paths until I figured it out, sometimes even hanging the
application. -- ~~~~ Brian
Attachment:
OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
Re: Debugger tries to access count property before _new completes | BB <adamnt42@xxxxxxxxx> |
Re: Debugger tries to access count property before _new completes | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |