Fab Psycho wrote:
Hi,
I'd like to understand how inputDate works and see it through
eclipse debugger.
I already tried debugging from a project put in tomcat path having a
breakpoint in my bean and it works but this time, I'd like to debug
let's say through myfaces-simple-examples.war ... Is it possible to put
a breakpoint in my svn myfaces/current project and launch a debug
telling eclipse deployement path or something ?
Hi Fabian, sorry, I did not have time to add that documentation to the
wiki (by friday, my time hopefully will be better for other works than
my job)
You basically can do it, by using myeclipse as a subproject and add the
affected source paths, be sure however that you have a myeclipse jar in
your lib path.
The other way is to simply dump the affected classes into your sourcepath,
either way should work without too much hazzle, did some debugging of
1.0.9 code that way.
Werner