Class DbgLoader

All Implemented Interfaces:
Loader, ExtensionPoint, Comparable<Loader>

public class DbgLoader extends AbstractOrdinalSupportLoader
An opinion service for processing Microsoft DBG files.
  • Field Details

    • DBG_NAME

      public static final String DBG_NAME
      DBG files are portable executable (PE) format files that contain debug information in Codeview format for the Visual Studio debugger (and possibly other formats, depending on how the DBG was created). When you do not have source for certain code, such libraries or Windows APIs, DBG files permit debugging. DBG files also permit you to do OLE RPC debugging. Microsoft Corporation. All rights reserved.
      See Also:
  • Constructor Details

    • DbgLoader

      public DbgLoader()
  • Method Details