Changes

Debugger

87 bytes added, 10:15, 23 October 2013
|}
==Parameter sectionParameters==
===Input parameters===
A list of input parameters to the code or workflow is located in the top left corner of the debugger. This list will be passed as
==Code==
The code ''Code'' tab is can be used to write and execute C# code using a standard [[coding box]]. By default it will come up with sample code for a class named ''ObjectTest'' and a method named ''TestObject''. On execution it will compile the code, instantiate a new class ''ObjectTest'' and invoke the method ''TestObject'', therefore all the code in the body of ''TestObject'' will be executed as well.
This sample code will iterate through all objects passed as [[#Input parameters|input parameters]] and print their Name and Description to the [[#Debug messages in code|debug output]]:
==Workflow==
===Example======Tracing===The ''Workflow'' tab is to design and execute workflows using a standard [[Workflow Designer|workflow designer]]
==Output & Debugging Debug section==
The output section is a tab page on the bottom of the debugger and displays messages from either the C# compiler or the workflow engine. New messages will always be added to the end and the debugger does never clear messages on its own. If you want to get rid of historical messages simply enter the output section and use {{Key press|Del}} to delete text.