python - PTVS doesn't inspect class members -


i'm using ptvs 2.2.2, ironpython 2.7, , vs 2015. i'm encountering weird problem i'm assuming user error. cannot mouse on class field (e.g. self.x) , see value. can mouse on self or local variable without issue.

when popup appears after hovering on self, i'm prompted traversing down either __class__ or raw view. i'm able find field name under self -> raw view -> dynamic view doesn't have value, type.

any ideas how inspect fields value easily? seems me should "easy" can't find talking on web.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -