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

fix breakpoint on first line of function call #235

Closed
wants to merge 1 commit into from

Conversation

pfitzseb
Copy link
Member

This fixes JunoLab/Juno.jl#273 and JuliaDebug/Debugger.jl#134, but I think the shouldbreak(frame, frame.pc) && return BreakpointRef(frame.framecode, frame.pc) guard statement should be in more of those functions, maybe.

@pfitzseb
Copy link
Member Author

Hm, doesn't seem like the best approach considering that tests fail. Will fix in Juno and Debugger.jl instead.

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

Successfully merging this pull request may close these issues.

[BUG] Breakpoint fails if it's the first encountered statement
1 participant