Skip to the content.

Breakpoint

사용법

# 임포트
import pdb

# 중단점 걸기
pdb.set_trace()