Please enable JavaScript to view this site.

Thread Validator Help

Navigation: » No topics above this level «

Borland Compilers (C++ and Delphi)

Scroll Prev Top Next More

 

You must ensure that your application is built with debugging information.

 

 

Enabling debugging information

 

Debugging information must be enabled for debug builds (the default) and for release builds (disabled by default).

 

You should modify your project settings so that debugging information is created in the TDS format.

 

TDS debugging data can be stored in the DLL/EXE being built or in a separate TDS file.

 

seeAlsoEnabling debugging information with Microsoft, MinGW, QtCreator and other compilers.