java - eclipse Mars : Debug my own framework in an existing project -


i assume question asked many times, couldn't find answer works current situation : developed framework in location develop project in location b. second project uses framework. how can debug project using framework breakpoints in last one? tried : import framework existing project in eclipse of project, can't connect both. create link source in java build path of project. works, since can automatically add imports references framework. however, strange reason, although import added eclipse, doesn't recognize afterwards (import cannot resolved).

what don't want (for process reasons) : generate jar framework debugging information. many thanks

basically, imported framework in new project, when error appears, open class, click on "attach source" button , select correct framework.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -