Closed waldocoetzee closed 6 years ago
When you say "hover over the a" do you mean with the mouse? It has to be with the cursor, i.e., where text would be inserted if you started typing on the keyboard.
Hi Tim, thanks for the reply.
Yes, hovering over the 'a' of 'abs' with the mouse cursor. I then press 'esc+e ' and the jula>
prompt changes to rebug>
and i get the message Expression at point is not a call expression
.
Right, that's not how you do it. Move the prompt to the beginning of the a
. The mouse has nothing to do with anything. (EDIT: to check that you're doing it right, type a few characters. They should insert right before the a
. Now delete those characters and then try esc+e
.)
Ah ha, thanks, user error.
User error no issue with package.
Thanks for a much needed debugger for Julia 1.0.0.
I try to enter an expression by hovering over the 'a' and pressing Esc+e. I get the following message.
The stacktrace (with esc+s) does appear to work fine.