I noticed this when using Debugger when stepping through the deploydocs function from here, but there is some strange behaviour here:
- (picture 1) debugger is at line 235, and deploy_decision.all_ok is false so the entire if block should be skipped
- (picture 2) but when I click "next" the debugger jumps to line 252 which is inside the if block which must be skipped
- when i click next again it (correctly) exits the function
Julia version:
Debugger version:
(@v1.11) pkg> st Debugger
Status `~/.julia/environments/v1.11/Project.toml`
[31a5f54b] Debugger v0.7.10