JuliaInterpreter.jl
JuliaInterpreter.jl copied to clipboard
fix the broken test case in `@testset "Stepping over kwfunc preparation"`
This test case is broken on ≥v"1.11-".
https://github.com/JuliaDebug/JuliaInterpreter.jl/blob/eae07f9c6f8155f2d1edb7638834856da732f466/test/debug.jl#L431
We need to revisit the implementation of maybe_step_through_kwprep!
https://github.com/JuliaDebug/JuliaInterpreter.jl/blob/eae07f9c6f8155f2d1edb7638834856da732f466/src/commands.jl#L273-L278
Originally posted by @aviatesk in https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/615#discussion_r1533547783