Difference between revisions of "Debugger"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==VulCon Debugger== Starting from {{GVESB}} v3.3, {{VULCON}} Eclipse plugin has been enhanced with a new feature: the graphical debugger. Now it’s possible to deploy and follow...")
 
Line 4: Line 4:
 
Using the debugger, the developer is able to augment its productivity, diagnose anomalies and bugs, finally increase the troubleshooting.
 
Using the debugger, the developer is able to augment its productivity, diagnose anomalies and bugs, finally increase the troubleshooting.
 
==Starting the debugger==
 
==Starting the debugger==
 +
Using the {{VULCON}} "Core" view, it’s possible to retrieve, deploy and start the {{VULCON}}debug feature. Firstly you should choose the service’s operation to debug:
 +
<syntaxhighlight lang="XML">
 +
GVServices -->  Services ---> Service (Name).
 +
</syntaxhighlight>

Revision as of 16:15, 21 February 2013

VulCon Debugger

Starting from GreenVulcano® ESB v3.3, VulCon Eclipse plugin has been enhanced with a new feature: the graphical debugger. Now it’s possible to deploy and follow running flows in a GreenVulcano® ESB server, having control about stepping, execution and environment (variables). VulCon Debugger allows the user to view and modify variables currently existing in a well determined execution point of the running service. Using the debugger, the developer is able to augment its productivity, diagnose anomalies and bugs, finally increase the troubleshooting.

Starting the debugger

Using the VulCon "Core" view, it’s possible to retrieve, deploy and start the VulCondebug feature. Firstly you should choose the service’s operation to debug:

GVServices -->  Services ---> Service (Name).