Skip to content

Commit

Permalink
Add diagnostic output
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 21, 2024
1 parent ba8715e commit b32a167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/debugger_requests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,10 @@ end
function evaluate_request(debug_session::DebugSession, params::EvaluateArguments)
@debug "evaluate_request"

if ismissing(params.frameId)
@info "evaluate_request called with missing frameId" params
end

curr_fr = debug_session.debug_engine.frame
curr_i = 1

Expand Down

0 comments on commit b32a167

Please sign in to comment.