Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ipdb> def aaaa(q): q[2] ipdb> aaaa([1,2,3,4]) ipdb> aaaa([]) *** IndexError: list index out of range ipdb>
「*** IndexError: list index out of range」だけでなく、完全なトレースバックを表示したい (きれいなもの - スタック フレーム、ローカルなど)。それ、どうやったら出来るの?