Hi, iPOJO instrumentation does not modify the line numbers, so except if you’re in the added code (line number 0), it should be ok. The debugger is ‘lost’ when executing the added code, but find its way again as soon as you reach your code. What kind of issue are you encountering ?
Regards, Clement On 27 nov. 2013, at 04:15, [email protected] wrote: > Hello, i am experiencing some troubles with debugging iPOJO-annotated > classes, instrumented by iPOJO maven plugin. > > Obviously, they are instrumented, and thus -- line-mapping between source and > class probably is not that trivial for java debugger, at least not for > IntelliJ IDEA debugger. > > Any hints how to debug/instrument iPOJO-annotated classes so they could be > debug-able? > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

