Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6332011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:10:54+00:00 2026-05-24T18:10:54+00:00

The debug info is useful when using tools like AQTime to profile application. Since

  • 0

The debug info is useful when using tools like AQTime to profile application.

Since Delphi XE, there is a new linking option: “Specifying Path to Debug Info Files” that will generate a separate .TDS file.

What are advantages of using separate debug info files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T18:10:55+00:00Added an answer on May 24, 2026 at 6:10 pm

    The .TDS files are Turbo Debugger 32 Debug Info files.

    As you stated, separated debug info files are to be used in separated development tools, e.g. a Software Profiler.

    There are several formats around. Some tools expect the information to be available as .TDS, the native Delphi format (not standard is .map), other is .DBG (Microsoft’s format)… You can convert from one format to the other via some tools (e.g. map2dbg).

    Another option is to embed the debugging information inside the .exe. In this case, the .exe size will grow (and may grow a lot). There are several formats arounds, but most rely on the PE chunked format.

    So as advantage of using separated debug info file, I mainly see:

    • Does not increase the .exe size;
    • Can be deleted if not used;
    • Can be added on request (e.g. for support);
    • Can be compressed when not used;
    • Can be converted to one format to another.

    For our Open Source logging tool, we provided a mixed approach: either use the standard .map file, either an external compressed .mab version (900 KB .map into 70 KB .mab), either embed the .mab to the final .exe.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've realised that there is more levels than all, debug, info, warn, error and
Debug HTTP is easy, you have all sort of tools to do it (like
Using Delphi 7, I wonder if there is a free component which will collect
I'm using FastMM together with JCL Debug info to trace memory leaks in my
I am building an application using Javamail. For logging purposes, I set: properties.put(mail.debug, true);
Is there any tool that can remove debug info from Java .class files, just
I am adding some functionality to an existing application to show debug info. When
In .NET applications is generating debug info (pdb) making my application slower in runtime?
What does Generate Debug Info mean in VB/C#? The difference between none and pdb-only
If I switch on the generating of debug info with Javac then the class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.