# -*- mode: snippet -*-
# contributor : Alexander Sulfrian <alexander@sulfrian.net>
# name: dbg
# --
DebugWriteln($1);
 $0$>