This is the fourth and final post in a series focused on Data Flow development.
- Part 1: Creating and Deploying a custom Data Flow Item Class Library
- Part 2 : Executing Data Flow Item Tasks with parameters
- Part 3 : Passing arguments to Data Flows executed from Workbooks
- Part 4 : This one
Probably the most important tool used while developing software is the debugger. The debugger lets you step through your code and inspect the state of your program during runtime, so you can see what’s actually going on.
This post will focus on how to debug your custom class libraries while they are being executed by the Profitbase InVision Worker. For information on how to deploy your assembly (build and copy to target folders), you should read Part 1 of this series.