wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

add referenced project to source lookup path #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

If a project is in the maven classpath ,
it's not in the source lookup path now.

So if we have a breakpoint in the class, 
it's not attach the source when it's triggered.

We should add referenced proejct to source lookup path.

Referenced articles.
http://www.iteye.com/topic/1118770#2288222

Original issue reported on code.google.com by tonylovejava on 9 Dec 2011 at 11:34

GoogleCodeExporter commented 9 years ago
Ready since 2011/12/18 , will be in 1.3.2 . 

Will add maven related project to source lookup path by default when user 
launch the run confiugration.

Special thanks to yanyilin224 for providing the implementation code and idea .

Original comment by tonylovejava on 18 Dec 2011 at 7:23