2
IPython은 object?
을 REPL에 작성하여 편리한 객체 검사 도구를 제공합니다.IPython 개체 사용? in ipdb
ipdb에서 액세스 할 수 있습니까? 내장 명령으로 사용할 수없는 것 같습니다.
은 현재 내가 도움이 단지 표준 PDB 도움을주는 다음을 참조하십시오 IPython 쉘에서
ipdb> help
Documented commands (type help <topic>):
========================================
EOF bt cont enable jump pdef psource run unt
a c continue exit l pdoc q s until
alias cl d h list pfile quit step up
args clear debug help n pinfo r tbreak w
b commands disable ignore next pinfo2 restart u whatis
break condition down j p pp return unalias where
오브젝트 속성에 대한 코드에서이다'IPython.core.oinspect' (https://github.com/ipython/ipython/blob/master/IPython/core/oinspect.py). 'oinspect'에 대한'ipdb' 소스의 빠른 grep은 결과를 얻지 못하기 때문에'ipdb'에 노출되지 않은 것처럼 보입니다. –