Closed KristofferC closed 5 years ago
Related, any opinions about changing the condition in https://github.com/JuliaDebug/JuliaInterpreter.jl/blob/901df4d14f56c7794d1643332ec7728cc5700126/src/commands.jl#L181 to linenumber(frame, pc) == initialline || getfile(frame, pc) != initialfile
?
I guess it depends on what we mean by next_line!
; if you mean "the next line of this file" then that would be a bad change to make, foo(@lookup(a), @lookup(b))
would not work as expected.
Function
Enter interpreted mode and press space a few times