Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are developing unit tests using the camel-test component, then the Debugger comes out of the box.
From Camel 2.9 onwards you would need to explicit enable the debugger, by overriding isUseDebugger() method and return true.

Example

In this unit test

Code Block
public class DebugTest extends CamelTestSupport

...