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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:48:33+00:00 2026-05-31T05:48:33+00:00

Whenever my JavaScript dies while logging an error message to the Console, I’d like

  • 0

Whenever my JavaScript dies while logging an error message to the Console, I’d like to be told about this immediately. The console is too invisible and often hidden or obscured by other windows.

Can I have something as prominent as a .NET exception dialog? To me these JavaScript errors are completely fatal; they aren’t something that can be ignored, and I’d like to know about them before I spend a while wondering why something doesn’t happen.

Are there addons that do this for Firefox or Chrome?

  • 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-31T05:48:35+00:00Added an answer on May 31, 2026 at 5:48 am

    I think window.onerror handler will provide you such a functionality where you can alert the erorr, url and the line number,

    DEMO

    Note: Make sure window.onerror function is inside a separate script tag like below. Any error logged in error console will be alerted.

    <script>
        window.onerror = function(msg, url, lineNo)  {
           alert(msg + '\n' + url + '\n Line No: ' + lineNo);
        }
    </script>
    
    <script>
        document.getElementById('test').asd = 123; //will throw an error
    </script>
    
    <script>   
        var s = [{]};
    </script>
    
    <script>
        throw "Custom Error";
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Whenever I use the splice method in Javascript like so: Array.prototype.mymethod = function() {
Javascript Initellisense keeps giving me errors in VS 2008 SP1. Whenever this happens, VS
I wrote this javascript to increase canvas size by 1 pixel whenever the ball
Whenever we write a javascript,this is how we declare- <Script type=text/javascript> . . .
I am having this problem : Whenever, some specific button is clicked my javascript
I don't know much about this, just having recently started with JavaScript, so simple
I'm trying to do a Javascript application that needs this particular feature: Whenever the
Is there a way to run some custom Javascript whenever a client-side ASP.NET validator
Can I create an event so I can execute some javascript whenever an element
I was wondering whenever exists a solution to perform synchronization in JavaScript code. For

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.