Hello, I would like to run the Eclipse debugger, not just on my client stub but also on the CXF source code, in particular the CXF interceptors (so I can do line-by-line tracing, etc.) I think I know how to debug in Eclipse (right-click the project and choose "Debug As..."), but what I don't know is how to attach the CXF JAR files to its corresponding Java source code so tracing can also be done within the CXF libraries. Has anyone done this before?
Thanks, Glen
