Skip to content

Commit 87380fb

Browse files
authored
mark a codeblock as julia code
1 parent 8aa8847 commit 87380fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ Stacktrace:
175175

176176
### Place breakpoints in source code
177177
It is sometimes more convenient to choose in the source code when to break. This is done for instance in Matlab/Octave with `keyboard`, and in R with `browser()`. You can use the `@bp` macro to do this:
178-
```
178+
179+
```jl
179180
julia> using Debugger
180181

181182
julia> function f(x)

0 commit comments

Comments
 (0)