VS has a nice feature that whenever you are in deb...
# intellij
e
VS has a nice feature that whenever you are in debug and click on code, it makes appear a small play button to automatically run the execution till there
a
https://blog.jetbrains.com/idea/2019/02/whats-new-in-intellij-idea-2019-1-eap-3/
Now while in the Debug mode you can click on the line number and the IDE will perform the run to cursor (mouse pointer) action.
So now, when you hover over a line the IDE will highlight this line, and if you click on a line number the IDE will invoke the run to cursor action by mouse (if you prefer to use the mouse rather than the keyboard).
BTW if you haven't discovered it in IDEA this may be a usability problem that's worth to report to IDEA tracker https://youtrack.jetbrains.com/issues/IDEA
👍 1
e
thanks for the info Alexey