mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
5 lines
84 B
Text
5 lines
84 B
Text
# -*- mode: snippet -*-
|
|
# name: ipdb
|
|
# key: ipdb
|
|
# --
|
|
import ipdb; ipdb.set_trace()
|