Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger jumps inside if block even if if statement evaluates to false (but doesnt actually execute the statement inside, correctly) #364

Open
ajinkya-k opened this issue Mar 13, 2025 · 0 comments

Comments

@ajinkya-k
Copy link

ajinkya-k commented Mar 13, 2025

I noticed this when using Debugger when stepping through the deploydocs function from here, but there is some strange behaviour here:

  1. (picture 1) debugger is at line 235, and deploy_decision.all_ok is false so the entire if block should be skipped
Image
  1. (picture 2) but when I click "next" the debugger jumps to line 252 which is inside the if block which must be skipped
Image
  1. when i click next again it (correctly) exits the function

Julia version:

julia> VERSION
v"1.11.4"

Debugger version:

(@v1.11) pkg> st Debugger
Status `~/.julia/environments/v1.11/Project.toml`
  [31a5f54b] Debugger v0.7.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant