I'm a fledgling engineer developing with springboot in eclipse. It is about the solution of the error that came out when trying to debug while investigating the method.
I set a breakpoint and started debugging.
If you think you stopped at a breakpoint, in red The message "Source not found" was displayed.
The cause was that the source lookup path didn't include the project I was running.
--Inverted triangle click next to the bug-like mark in the debug area
-→ Debug Configuration → Go to Source
-→ Press "Add" in the source look path to add the Java project you are using
I have successfully resolved this. try it.