Show VB module name, Procedure Name Dialog Box

Select whether to include module names with procedure names. For example, if you show module names, the procedure name appears as:

DemoForm.Form_Resize

If you don't show module names, the procedure name appears as:

Form_Resize

Notes:

§      The Microsoft Visual Basic native-code compiler does not retain project and sub-project information about procedures. Consequently, if you have a main project called MyVBProject and a sub-project called VBHello, and it defines a procedure called HiWorld, Quantify displays the name as VBHello.HiWorld(...), rather than as MyVBProject.VBHello.HiWorld().

§      Quantify uses the debug information in .pdb files to compose the procedure names it displays. In general, procedure and subroutine names in .frm files appear as Module.procedure(...). Procedures in .bas files appear as Procedure(...).

§      If debug symbol data is not available for a procedure, Quantify labels the procedure UnnamedProcedure@<offset> or, in the case of some timed COM procedures, UnnamedTimedProcedure@<offset>. For example, Quantify might display UnnamedTimedProcedure@0x107d38.

(C) Copyright IBM Corporation 1993, 2009.