Debugger.jl
Debugger.jl copied to clipboard
Tab completion of symbols
As of now, I can't tab-complete something like \theta to get the unicode symbol as I can in the normal Julia REPL. This makes watching variables more difficult, as I have to go copy-paste the variable name from the source code into the debugging REPL.
@KristofferC where in the code would be good to look to add this functionality?
Probably around https://github.com/JuliaDebug/Debugger.jl/blob/7e3ebd16fbc8524f03d88cd7b64ccbcdfa7add7d/src/repl.jl#L232-L238