-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
I am using VSCode to debug CPython source codes. And I encountered with many cases where many PyObject*
can not be viewed through the VARIABLES screen as below.
As this picture shows, the variable locals is a PyDictObject*
, I still have no idea what specific object in this variable. So, how could I check the infomation inside the Python Objects like dict, list, set, int, etc. when debugging.
For example, I know that using PyBytes_AsString
can check the bytes info. So what about others?
Is it nessesary to designed a set of funtions to show infos inside Python Objects?
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement