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
- This error occurs if the debugger tries to load a DataFlex application and the debug information file (.DBG) is missing.
- This error can also be caused by a lack of precompiled files or headers with debug symbols.
Note: This error is fatal.
Resolution
- Re-precompile all header files by selecting Precompile All Packages from the Tools menu of the Studio.
- 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).