blob: 4653a5dd5a6e6258780165d83a915cc91aeea60f [file] [log] [blame]
[[HowdoIdebugmyroute-HowdoIdebugmyroute]]
= How do I debug my route?
If you've created a route and its not doing what you think it is you
could try using one of these features from version 1.4 onwards:
* xref:tracer.adoc[Tracer] to trace in commons-logging / log4j each step
that Camel takes
* xref:debugger.adoc[Debugger] to let you set breakpoints at points in
the route and examine historic message exchanges
* xref:debugger.adoc[Debug] from your unit test if you use the Camel
`camel-test` component
Some xref:user-stories.adoc[third party tools] offers Apache Camel route
debugging.