JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

v1.12: recover `statementnumbers` functionality #624

Open aviatesk opened 3 months ago

aviatesk commented 3 months ago

For statementnumbers to function in v1.12, there's a need for a tool that can rebuild the full codelocs object from Core.DebugInfo, similar to what we could do just by looking at src.codelocs previously. Or, we may have to overhaul the statementnumbers algorithm.

_Originally posted by @aviatesk in https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/606#discussion_r1538579444_