Skip to content

Commit 8cf32d4

Browse files
00sapolpil
authored andcommitted
Added Debugger and Infiltrator breakpoints
1 parent 35ee2f4 commit 8cf32d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UltiSnips/julia.snippets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,12 @@ endsnippet
3232
snippet fld "type field documentation" b
3333
#' @field ${1:name}::${2:Type} ${0:Description}
3434
endsnippet
35+
36+
# Debugging
37+
snippet deb "Debugger breakpoint" b
38+
Main.@bp
39+
endsnippet
40+
41+
snippet inf "Infiltrator breakpoint" b
42+
Main.@infriltrate
43+
endsnippet

0 commit comments

Comments
 (0)