Hello, I set up a MyFaces 1.1.5-snapshot with Intellij IDEA as described here http://wiki.apache.org/myfaces/JetBrains_IntelliJ_IDEA. First of all thanks for the excellent description and the Maven build process.
I can now run the web modules, e.g. myfaces-examples-simple, from the IDE. But what I can't is to debug into MyFaces. I would like to debug the renderer classes for a better understanding. What I saw is that the web modules have the MyFaces libs set up as module libraries, so it's obvious why my source code breakpoints will be ignored. Does anyone want to discuss with me how to change the IDEA project setup? Michael

