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

Status of Rebugger on Julia v1.3? #75

Closed
oschulz opened this issue Dec 29, 2019 · 8 comments · Fixed by #76
Closed

Status of Rebugger on Julia v1.3? #75

oschulz opened this issue Dec 29, 2019 · 8 comments · Fixed by #76

Comments

@oschulz
Copy link
Contributor

oschulz commented Dec 29, 2019

When using Rebugger with Julia v1.3, I always seems to get "Execution did not reach point" when I try to step into an expression, no matter in what function. @timholy, is Rebugger currently incompatible with v1.3? I'm currently preparing a two-day introductory Julia course for end of January, and I was wondering whether to use Rebugger to show some Julia internals.

@timholy
Copy link
Owner

timholy commented Dec 29, 2019

I haven't had time/motivation to maintain it, as I mostly use Juno's debugger now. Will that work for you? I doubt it would take a very long time to update it, but I have been trying to reduce my investment in areas that haven't attracted collaborators.

@oschulz
Copy link
Contributor Author

oschulz commented Dec 29, 2019

I have been trying to reduce my investment in areas that haven't attracted collaborators.

Sure, I understand, there's only so many hours in the day ...

As for Juno - I'm not sure, I've never really used it much. Is Juno's debugger more similar to Rebugger.jl or Debugger.jl?

@timholy
Copy link
Owner

timholy commented Dec 29, 2019

It's a graphical version of Debugger.jl (meaning there are buttons you click, and it takes you automatically to the line in the editor).

@oschulz
Copy link
Contributor Author

oschulz commented Dec 29, 2019

I guess what I'm looking for is the convenient navigation in the expression tree that Rebugger provides - I guess that's still kinda unique? But I think I'll manage with Debugger, for a few demos.

@timholy
Copy link
Owner

timholy commented Dec 29, 2019

Yes, that is unique to Rebugger. I should update this sometime, it is still useful.

@oschulz
Copy link
Contributor Author

oschulz commented Dec 29, 2019

I really like it when exploring implementations of functions, beats repeated @less ... by far! :-)

@timholy
Copy link
Owner

timholy commented Jan 18, 2020

Closed by #76

@timholy timholy closed this as completed Jan 18, 2020
@oschulz
Copy link
Contributor Author

oschulz commented Jan 18, 2020

Thanks, you are my hero, @timholy !

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 a pull request may close this issue.

2 participants