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

Debugger tries to access count property before _new completes


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


Follow-Ups:
Re: Debugger tries to access count property before _new completesBB <adamnt42@xxxxxxxxx>
Re: Debugger tries to access count property before _new completesBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>