Debug DataBlade module

When you have a DataBlade® module project open in Visual C++, and the SQL unit test file is the active window, the command performs the following tasks:
  1. Checks if the DataBlade module is compiled.
  2. Creates a directory for the DataBlade module, project.0, under the %INFORMIXDIR%\extend directory of the database server , if necessary.
  3. Installs the project.bld dynamic link library and the DataBlade module SQL scripts in the %INFORMIXDIR%\extend\project.0 directory.
  4. Shuts down the database server, if necessary.
  5. Starts the Visual C++ debugger and the database server attached to the Visual C++ debugger.
  6. Launches IfxQuery, which creates and connects to the database you specified for the project in the Configure DBDK Visual C++ Add-In dialog box, registers the DataBlade module, and executes the SQL statement from the unit_test.sql file until the breakpoint is reached.

    When you pass the breakpoint and the function returns, IfxQuery executes the next SQL statement, until the next breakpoint is reached. When you pass all breakpoints and all functions return, IfxQuery writes the results of the SQL statements to an HTML file and launches your default HTML browser to display the results.

    If you set no breakpoints, IfxQuery executes all SQL statements in the active window and displays the results.