Procedure Name Dialog Box (Visual Basic P-code Programs)

Use the Procedure Name dialog box to determine how PureCoverage displays procedure names for Visual Basic 6.0 p-code programs.

These are the main controls in the dialog box:

Show VB project and module name

Show VB module name

Show VB argument list

Notes:

§      The settings you specify apply only to the Function List window. The Coverage Browser window always displays projects, module names, and argument lists with the procedure names.

§      When monitoring p-code programs, keep in mind that:

§  The Microsoft Visual Basic compiler currently does not encode any information about a procedure's arguments. Consequently, PureCoverage displays the argument list as (...) in all cases.

§  Procedures defined as Private or that are included in .bas files appear as UnnamedProcedure@<address>, where <address> is the internal address of the procedure entry.

§  Declared procedures appear as DllName.ProcedureName(...) or DllName.#OrdinalNumber(...).

(C) Copyright IBM Corporation 1993, 2010.