Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: celery pdb
|
||||
# key: cdb
|
||||
# group: debug
|
||||
# --
|
||||
from celery.contrib import rdb; rdb.set_trace()
|
Reference in New Issue
Block a user