Difference between revisions of "Debugger"

From GreenVulcano Wiki
Jump to: navigation, search
Line 10: Line 10:
 
Right-clicking the Operation to debug, the contextual menu is opened and you can choose "Deploy & Debug". When "Deploy & Debug" menu voice is selected, a new Debug launch configuration for the selected Operation is created and the {{GVESB}} server is contacted and made ready for service debugging. Afterward, within a minute, the user must start the service in the ESB.
 
Right-clicking the Operation to debug, the contextual menu is opened and you can choose "Deploy & Debug". When "Deploy & Debug" menu voice is selected, a new Debug launch configuration for the selected Operation is created and the {{GVESB}} server is contacted and made ready for service debugging. Afterward, within a minute, the user must start the service in the ESB.
 
==VulCon Debug Perspective==
 
==VulCon Debug Perspective==
 +
[[File:VulConDebugProspective.jpg|thumb|{{VULCON}} Debug]]
 
After the service to debug has been started, the {{GVESB}} server stops service execution on the first node of the flow, following the "Start" node.
 
After the service to debug has been started, the {{GVESB}} server stops service execution on the first node of the flow, following the "Start" node.
[[File:VulConDebugProspective.jpg|thumb|{{VULCON}} Debug]]
 
 
If not, a graphical view of the operation is opened, and the node, where the execution is currently hold, is sharpened with a green pattern.
 
If not, a graphical view of the operation is opened, and the node, where the execution is currently hold, is sharpened with a green pattern.
 
Following is a list of possible node’s color patterns:
 
Following is a list of possible node’s color patterns:

Revision as of 16:26, 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).

Right-clicking the Operation to debug, the contextual menu is opened and you can choose "Deploy & Debug". When "Deploy & Debug" menu voice is selected, a new Debug launch configuration for the selected Operation is created and the GreenVulcano® ESB server is contacted and made ready for service debugging. Afterward, within a minute, the user must start the service in the ESB.

VulCon Debug Perspective

After the service to debug has been started, the GreenVulcano® ESB server stops service execution on the first node of the flow, following the "Start" node. If not, a graphical view of the operation is opened, and the node, where the execution is currently hold, is sharpened with a green pattern. Following is a list of possible node’s color patterns:

  • Full green: used to signal the node where the execution is currently hold
  • Full red: used to signal a node where a breakpoint is set
  • Half red, half green: used to signal the node where the execution is currently hold as well a breakpoint is set