Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Source not found" message in Eclipse with JBoss at debug mode - breakpoint is in MY CODE

I started up JBoss in debug mode, my project is built by Maven, I work with Eclipse, the only breakpoint is in my code. But when I run the app it stops on a window with a name as the class I've put the breakpoint in, but it only shows the "Source not found."

What is it supposed to mean in my case, and how could I overcome this?

I am not an expert in debugging with Eclipse so I would appreciate a thorough explanation!

like image 212
rapt Avatar asked Dec 17 '22 05:12

rapt


1 Answers

Just Below Source not found error you will see "Edit Source Lookup Path" button click on it and then click on Add button then Java Project and include your imported project .. Hope this will solve your problem

like image 108
JAB Avatar answered May 03 '23 16:05

JAB