File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " Debugger"
2
2
uuid = " 31a5f54b-26ea-5ae9-a837-f05ce5417438"
3
- version = " 0.6.8 "
3
+ version = " 0.7.0 "
4
4
5
5
[deps ]
6
6
CodeTracking = " da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
@@ -15,8 +15,8 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
15
15
CodeTracking = " 0.5.7, 1"
16
16
Crayons = " 3, 4"
17
17
Highlights = " 0.4.3"
18
- JuliaInterpreter = " 0.7, 0.8 "
19
- julia = " 1"
18
+ JuliaInterpreter = " 0.9 "
19
+ julia = " 1.6 "
20
20
21
21
[extras ]
22
22
TerminalRegressionTests = " 98bfdc55-cc95-5876-a49a-74609291cbe0"
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ const NUM_SOURCE_LINES_UP_DOWN = Ref(4)
153
153
function print_codeinfo (io:: IO , frame:: Frame )
154
154
src = frame. framecode. src
155
155
if isdefined (JuliaInterpreter, Symbol (" replace_coretypes!" ))
156
- src = JuliaInterpreter . copy_codeinfo (src)
156
+ src = copy (src)
157
157
JuliaInterpreter. replace_coretypes! (src; rev= true )
158
158
end
159
159
code = JuliaInterpreter. framecode_lines (src)
You can’t perform that action at this time.
0 commit comments