Debugging with embedded Felix

How can I debug a package when running felix embedded in a web application?

I am currently using Eclipse.

Thanks in advance.

+3


source to share


1 answer


There is not much that is special for debugging a Felix package or debugging any piece of code. Just set up your web application to debug as usual (for example use remote debugging with -Xdebug

), put some breakpoints in Eclipse and plug in the debugger.



+2


source







All Articles