Since python3.8 you can just call `breakpoint()` and it does the same as `import pdb; pdb.set_trace()`. Also since were on the topic I started using pdb++ ...
確定! 回上一頁