Chapter 15. Stopping the Camel Debugger
Overview
To stop the Camel debugger, click
on the menu bar once if the debugging session has ended. Otherwise you need to click
twice. Once to terminate the currently running node thread and once to terminate the
Camel Context
thread (both displayed in Debug view).
Note
Terminating the Camel debugger also terminates the Console but does not clear its output. To clear the output, click
(Clear Console) on Console view's menu bar.
Terminating the Camel Debugger before the session ends
Terminating the debugger before the debugging session ends may add extraneous entries to some of the project's folders in Project Explorer. You may see message lock files or
target/.CamelContextInDebug_xxxxxxxx_temp/camel-context.xml
lines in the root project's src/main/resources/framework-INF/framework_name
folder. InFuse Integration perspective, You may also see them in the project's Camel Contexts folder.
To clear them, right-click the root project, and then select
.
Related topics
Chapter 14, Starting the Camel Debugger |
chapter "To Debug a Routing Context" in "Tooling Tutorials" |