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

Unresponsive repl in interpret mode #83

Open
tomerarnon opened this issue Sep 26, 2020 · 0 comments
Open

Unresponsive repl in interpret mode #83

tomerarnon opened this issue Sep 26, 2020 · 0 comments

Comments

@tomerarnon
Copy link

Following the tutorial (stepping through sort), when I enter interpret mode I can't do anything else. Pressing any keys behaves as though the repl is hanging.

See e.g.

julia> using Rebugger

julia> 

julia> a = [4,2,3,1]
4-element Array{Int64,1}:
 4
 2
 3
 1

interpret> s[ Info: tracking Base

sort(v::AbstractArray{T,1} where T; kws...) in Base.Sort at /Applications/Julia-1.5.app/Contents/Resources/julia/share/julia/base/sort.jl:780
 #sort#8(kws, ::typeof(sort), v::AbstractArray{T,1} where T) in Base.Sort at /Applications/Julia-1.5.app/Contents/Resources/julia/share/julia/base/sort.jl:780
  #sort#8 = #sort#8
  kws = Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}()
  @_3 = sort
  v = [4, 2, 3, 1]
 780  sort(v::AbstractVector; kws...) = begin
 780          sort!(copymutable(v); kws...)
          end
q
?
^[^[[C^[[D^[[C^[[D^[[C^[[D
?
q
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