OSB - how to debug a Routing Table
OSB 10.1.3
I'm able to run the WebLogic/Eclipse Debugger. It stops at break-points, and shows me the variables defined like body, fault etc.
So far so good.
However - I have a routing table that's not doing what I expect. The expression was tested with test data and returns the data - in test - that I expect. But during debug I cannot see what the routing table expression evaluates to - so I connect determine why the default branch is choosen instead of the branch that I expect to be executed.
How do I debug the expression in the routing table? Or in general how do I debug expression on the fly? I'm missing the "watch" functionality where I can enter expressions and get the evaluated live.