Please enable JavaScript to view this site.

Bug Validator Help

Navigation: The User Interface > Settings > Settings Dialog > Filters

Hooked File Extensions

Scroll Prev Top Next More

The Hooked File Extensions tab allows you specify which source code file types should be hooked and source code files should be excluded from hooking.

 

 settings-hooked-file-types

 

 

Which file types to hook - the hooking rule

 

By default, Bug Validator will try to hook all file types used by your application, but you can choose to list only those which should be included or excluded:

 

Hook all file types instructionStep hook everything - ignoring the settings in the list

 

Only hook the file types in the list instructionStep hook only the listed file types
 

Don't hook the file types in the list instructionStep ignore all the listed file types, and hook everything else

 

 

File extensions to hook

 

The file extensions to hook list allows you to specify a list of valid file extensions for source code files you want hooked. If the list is empty, then all source code files will be hooked.

 

For example, you may want to include C++ source and header files but exclude C source files. To do this you would add the following extensions to the list:

 

 cpp

 h

 

or if you use the less common forms of cxx, hxx and hpp:

 

 cpp

 cxx

 hpp

 hxx

 h

 

The list of extensions omits 'c' which is the standard extension for C source files.

 

Add... instructionStep adds a new row to the list instructionStep enter the extension you want to allow

 

Remove instructionStep removes selected items in the list

 

Remove All instructionStep removes all items, clearing the list
 

C++ instructionStep adds the file extensions for C++

 

C# instructionStep adds the file extensions for C#

 

Delphi instructionStep adds the file extensions for Delphi

 

Fortran 95 instructionStep adds the file extensions for Fortran 95

 

VB.Net instructionStep adds the file extensions for the VB.Net

 

VB6 instructionStep adds the file extensions for the Visual Basic 6
 

 

Reset All - Resets all global settings, not just those on the current page.

 

 

Reset - Resets the settings on the current page.