exclude modules while debugging
Hello,
I would like to know, if it's possible to ignore imported modules while debugging a python file, so all those thousands of variables don't show up that are meaningless to me.
While debugging in variable list I would like to see only those objects that I have created in my .py file.
Thanks!
I would like to know, if it's possible to ignore imported modules while debugging a python file, so all those thousands of variables don't show up that are meaningless to me.
While debugging in variable list I would like to see only those objects that I have created in my .py file.
Thanks!
1 条评论
排序方式
日期
投票数
bump. anyone? please?
请先登录再写评论。