How to highlight current line being ran whilst program is running in Eclipse

Viewed 21

[here is a photo of my workspace [1]: https://i.stack.imgur.com/LdL3r.jpg

I am wondering if there is a setting in eclipse that will highlight and follow the line of code that is being ran when I compile a program so that I can follow it and see in real time where the code has issues. thanks!

1 Answers

Debug can help you track which part of your code is running

Related