Skip to content

Commit 1750814

Browse files
r3jacklpil
authored andcommitted
add debugger to dart
1 parent d374868 commit 1750814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snippets/dart.snippets

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ snippet af
22
(${1}) {${2}}${0}
33
snippet pr
44
print(${1});
5+
snippet deb
6+
debugger();
7+
${0}
58
snippet lib
69
library ${1};
710
${0}

0 commit comments

Comments
 (0)