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

Some variables fail to define #38

Closed
KristofferC opened this issue Mar 21, 2019 · 1 comment
Closed

Some variables fail to define #38

KristofferC opened this issue Mar 21, 2019 · 1 comment

Comments

@KristofferC
Copy link
Contributor

Consider

function gg(x)
    z = :foo
    b = "fdsf"
    q = Expr(:call, sin, 1)
    print(x)
    x = 2
end

Here is a case where we are at the last statement with the debugger:

Breakpoint Hit: gg(x) in Main at /mnt/c/Users/Kristoffer/Debugging/file.jl:2     q = Expr(:call, sin, 1)
     print(x)
➧    x = 2
 end
 

Vars: x, z, b
Commands: CC (Continue), SI (Step In), SN (Step Next), SO (Step Out), XX (Abort)
iron>

x, z and b are defined but not q?

@oxinabox
Copy link
Owner

Closed in master which uses a totally different method.

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

2 participants