我想运行cd,并ls在Python调试器。我尝试使用!ls但我得到
cd
ls
!ls
*** NameError: 名称 'ls' 未定义
python shell pdb
pdb ×1
python ×1
shell ×1