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

  • SEARCH
  • Home
  • 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 6613885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:16:17+00:00 2026-05-25T20:16:17+00:00

I am debugging the application in iPhone Simulator.I want to show log only when

  • 0

I am debugging the application in iPhone Simulator.I want to show log only when the application is running in debug mode in iPhone Simulator.I am using the NSLog. How can I put the condition for NSLog so that the logs should be printed on console in debug mode only?

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

    Put this in your .pch file:

    #ifndef DLog
    #ifdef DEBUG
    #define DLog(_format_, ...) NSLog(_format_, ## __VA_ARGS__)
    #else
    #define DLog(_format_, ...)
    #endif
    #endif
    

    Now you can use DLog instead of NSLog for all log messages that should only be printed in your debug builds.

    One could also redefine NSLog but there sometimes are log messages that you do want to appear in the device logs (like critical error messages).

    See also The Evolution of a Replacement for NSLog for ideas on how to improve the debug log macro.

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

Sidebar

Related Questions

I am debugging an application using iPhone 4 Simulator. I have selected it from
I'm debugging an application on a remote server running JBoss using Eclipse. My particular
When debugging I always want Delphi to open my application in the second monitor
Every iPhone/iPad application has its sandbox area, where I can store files. When I
I'm debugging an iPhone application and, well, gdb is just not doing it for
How to use Zombie while debugging iPhone application?
When I debug an OSX application from XCode, I can communicate with the application's
While debugging an application using the Apache Zookeeper C runtime library, I run into
I am debugging an application developed in Qt/C++ using QtCreator. My application reads from
I am using C++ to develop the algorithmic part of an iPhone application, and

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.