Debug the Registered Add-on

Debug the Registered Add-on

Debug the Registered Add-on

This knowledge base article will assist developers on how to debug the registered iVend Retail Add-on using Microsoft Visual Studio.

Purpose:

The key intent to debug and test the registered iVend Retail Add-on code is to identify and fix any possible bugs on specific screens of the iVend Management Console.

This allows developers to identify the bugs in real-time, then fix and retest them.

Debugging the Registered iVend Retail Add-on

The following steps can be used to debug the registered iVend Retail Add-on code:

Press the F9 key or on the DEBUG menu, click Toggle Breakpoint to create a breakpoint. The red circle appears at the start of the code line after creating a breakpoint.

1. Open the iVend Retail Add-on project.
2. Identify the code section that has the possibility of an error.
3. Create a breakpoint.

The following step-by-step process demonstrates the debugging process for a registered iVend Retail Add-on:

1. On the DEBUG menu, click Attach to Process…
2. Select a process from the Available Process section in the Attach to Process dialog box.
3. Click the [Attach] button.
4. Press the F5 key to execute debugging.

Figure 1 Attach toProcess



Figure 2 Select from Available Process



Figure 3 Add On Base Plugin

    • Related Articles

    • iVend Retail Add-on Workflow

      Workflow and Event Propagation in Add-on This article will help you understand workflow and event propagation in an Add-on. For your ease, we have separated the information into two sections: · Workflow in an Add-on · Event Propagation of an iVend ...
    • iVend Retail Add-on Workflow

      Introduction This knowledge base article provides information on the iVend Retail Add-on Workflow, which helps explain how an Add-on is created and deployed in the Management Console and iVend Retail POS. Environment: iVend Version 6.5 Workflow and ...
    • Understanding iVend Add-on Features

      Introduction This article will help you understand the features of the iVend Add-on framework. For your easy understanding, we have explained it in two different sections: · How Add-on Works · Add-on Features Environment: iVend Version 6.5 How an ...
    • iVend Retail Add-on Event Propagation

      Workflow and Event Propagation in Add-on This article will help you understand workflow and event propagation in an Add-on. For your ease, we have separated the information into two sections: · Workflow in an Add-on · Event Propagation of an iVend ...
    • iVend Retail Add-on Execution Sequence

      Introduction This knowledge base article explains the iVend Retail Add-on execution sequence in the iVend Management Console. Environment: iVend Version 6.5 Overview The iVend Retail Add-on contains business driven code and deployment is performed in ...