Skip to content

Debugger Error Messages

Debugger Errors List

See Also: Finding Specific Errors

Error: Opening Debug Information File (.DBG)

Message: Error opening debug information file (.DBG) associated with. Please recompile with debug symbols option on.

Cause

  1. This error occurs if the debugger tries to load a DataFlex application and the debug information file (.DBG) is missing.
  2. This error can also be caused by a lack of precompiled files or headers with debug symbols.

Note: This error is fatal.

Resolution

  1. Re-precompile all header files by selecting Precompile All Packages from the Tools menu of the Studio.
  2. Recompile your application.
    This will automatically recreate the .DBG file (the name of the file will be identical to the compiled program, except for the .DBG extension).