Show VB project and module name, Procedure Name Dialog Box
Select whether to include project and module names with procedure names. For example, if you show project and module names, a procedure name can appear as:
Blanker.DemoForm.Form_Unload
If you don't show project and module names, the procedure name appears as:
Form_Unload
Note:
§ 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.