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 74115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:18:27+00:00 2026-05-10T20:18:27+00:00

Background There are several different debug flags you can use with the Visual Studio

  • 0

Background

There are several different debug flags you can use with the Visual Studio C++ compiler. They are:

  • (none)
    • Create no debugging information
    • Faster compilation times
  • /Z7
    • Produce full-symbolic debugging information in the .obj files using CodeView format
  • /Zi
    • Produce full-symbolic debugging information in a .pdb file for the target using Program Database format.
    • Enables support for minimal rebuilds (/Gm) which can reduce the time needed for recompilation.
  • /ZI
    • Produce debugging information like /Zi except with support for Edit-and-Continue

Issues

  • The /Gm flag is incompatible with the /MP flag for Multiple Process builds (Visual Studio 2005/2008)

  • If you want to enable minimal rebuilds, then the /Zi flag is necessary over the /Z7 flag.

  • If you are going to use the /MP flag, there is seemingly no difference between /Z7 and /Zi looking at MSDN. However, the SCons documentation states that you must use /Z7 to support parallel builds.

Questions

  • What are the implications of using /Zi vs /Z7 in a Visual Studio C++ project?

  • Are there other pros or cons for either of these options that I have missed?

  • Specifically, what is the benefit of a single Program Database format (PDB) file for the target vs multiple CodeView format (.obj) files for each source?

References

MDSN /Z7, /Zi, /ZI (Debug Information Format)

MSDN /MP (Build with Multiple Processes)

SCons Construction Variables CCPDBFLAG

Debug Info

  • 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. 2026-05-10T20:18:28+00:00Added an answer on May 10, 2026 at 8:18 pm

    Codeview is a much older debugging format that was introduced with Microsoft’s old standalone debugger back in the ‘Microsoft C Compiler’ days of the mid-1980s. It takes up more space on disk and it takes longer for the debugger to parse, and it’s a major pain to process during linking. We generated it from our compiler back when I was working on the CodeWarrior for Windows in 1998-2000.

    The one advantage is that Codeview is a documented format, and other tools can often process it when they couldn’t deal with PDB-format debug databases. Also, if you’re building multiple files at a time, there’s no contention to write into the debug database for the project. However, for most uses these days, using the PDB format is a big win, both in build time and especially in debugger startup time.

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

Sidebar

Ask A Question

Stats

  • Questions 70k
  • Answers 70k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Some general information about the ~/.forward file and the interaction… May 11, 2026 at 12:51 pm
  • added an answer seems to be a bug in safari / webkit. maybe… May 11, 2026 at 12:51 pm
  • added an answer For #1, you can easily set up one Visual Studio… May 11, 2026 at 12:51 pm

Related Questions

BITS, the Windows background intelligent transfer service. Looks like there are a few C#
Is there a way to change the color of the background for a MDIParent
Is there an efficient way of detecting if a jpeg file is corrupted? Background
Is there a way to make sure a (large, 300K) background picture is always
Background I work for a large organization which has thousands of MS Access applications
Background: I always try to ensure the following tenet in my projects: After a
I maintain an MFC (VC6) MDI application that uses Frame Windows as views for
As the title suggests, I would like to see if this is something people

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.