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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:48:37+00:00 2026-06-17T21:48:37+00:00

I have tons of run time assertion failure in my application and I need

  • 0

I have tons of run time assertion failure in my application and I need to sit with each one to find out what is the run time value of the assert conditions that results such a failure. For example:

assert ( a == b ) ; 

in line number 100 failed. in run time, I can only see that some thing happen in line number 100 then, I need to set a break point there to find out actual value of a and b.

My questions is that is there any way to get more intelligent failure report more than line numbers? I would like to see value of variables that are mismatch.

  • 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-06-17T21:48:38+00:00Added an answer on June 17, 2026 at 9:48 pm

    You can utilize the language to define your own assert macros of course:

    #define ASSERT_EQUAL(a,b) if ((a) != (b)) std::cout << "Assertion failed:" << (a) << "!=" << (b) << " at:" << __LINE__
    

    However, I would argue that if you’re relying excesively on assertions, you might want to express some of thes “exceptional” errors as exceptions. A good debugger will catch these and describe the exception by name. You may have something more meaningful to say rather than a != b, for example:

    if (a != b) {
        throw InvalidArgumentsException(a, b);
    }
    

    While this is useful, its important to realize than exceptions get thrown in both debug and release builds while assertions typically only get run in debug builds.

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

Sidebar

Related Questions

I have tons of ajax components on this booking engine. I need to customize
I have a web application that uses TONS of javascript, and as usual, there
I have this complicated slider that utilizes tons of animation. I'm trying to find
I have daily records of production per category, i.e. category A: 80 tons. Each
I have an application that is a data poller/updater and there are tons of
I have a massive SVN repo with tons of projects in it, each in
I run a ecommerce site, and I have tons of product images. The naming
I have an application that needs to run both on WinXP and Vista64. My
While I am developing my application I need to do tons of math over
i have tons of data that i would like to highlight only those cell

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.