Hi,
would it be possible to enable a highly missed feature in camel debugging?
That is (imho):
debugging camel routes line by line (setting breakpoints and stepping as usual in java code) where one can investigate exchange contents in any step etc.
I got that idea when I discovered the camel debugger methods (http://camel.apache.org/debugger.html)
They essentially show exchange contents for each route step (before and after).
So I presume it should be achievable to implement breakpoints inside java-dsl-camel routes?
What do you think?