0% found this document useful (0 votes)
105 views

Debugging

Debugging is the process of identifying and fixing bugs by collecting runtime information. In webMethods, there are two techniques for debugging services: the webMethods Debug Tool and the Server's Debug Facility. The Debug Tool allows stepping through service execution one step at a time using commands like Trace, Trace to Here, Step, and Step Into to halt at specific points and view variable values.

Uploaded by

bahinipati123
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Debugging

Debugging is the process of identifying and fixing bugs by collecting runtime information. In webMethods, there are two techniques for debugging services: the webMethods Debug Tool and the Server's Debug Facility. The Debug Tool allows stepping through service execution one step at a time using commands like Trace, Trace to Here, Step, and Step Into to halt at specific points and view variable values.

Uploaded by

bahinipati123
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 7

Debugging

Topics
Debugging Overview
Debugging Techniques in webMethods

What is Debugging?
Debugging is the process identifying and
fixing the bug by collecting run time
information about the problem.

Debugging Techniques in webMethods


We can debug webMethods services
using two techniques:
webMethods Debug Tool

Server's Debug Facility

Entering Debug Mode


You automatically enter debug mode when you select any of the
following commands from the Test menu:
Command

Description

Trace
Executes flow steps one after another to the
end of the service and visually marks steps as
they execute.
Trace to Here Executes flow steps one after another up to a
specified point and visually marks steps as they
execute.
Trace Into
Executes flow steps one after another to the
end of the service and visually marks steps as
they execute, including steps in child flows.

Entering Debug Mode


Command

Description

Step

Executes the next flow step and then halts.

Step Into
Opens a child flow or a MAP step so that you
can debug the individual flow steps within it.

Thank You

You might also like