Skip to content

Commit

Permalink
Merge pull request #96 from projekter/patch-1
Browse files Browse the repository at this point in the history
Fix #92 (complement to #94)
  • Loading branch information
davidanthoff authored Nov 15, 2024
2 parents 47d3698 + 282f108 commit d82fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugger_requests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function stack_trace_request(debug_session::DebugSession, params::StackTraceArgu
JuliaInterpreter.replace_coretypes!(src; rev = true)
code = Base.invokelatest(JuliaInterpreter.framecode_lines, src)

source_name = string(uuid4())
source_name = string(UUIDs.uuid4())

DebugEngines.set_source(debug_session.debug_engine, source_name, join(code, '\n'))
source_id = DebugEngines.get_source_id(debug_session.debug_engine, source_name)
Expand Down

0 comments on commit d82fe8d

Please sign in to comment.