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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:53:03+00:00 2026-06-10T09:53:03+00:00

I use console.log for debugging on my web app, I have a flag variable:

  • 0

I use console.log for debugging on my web app,
I have a flag variable:

var is_dev = true;

I want the console.log only runs when is_dev == true;

this is the code I used:

 jQuery.extend({
  log : function() {
    if (is_dev) {
      if (console) {
        console.log.apply(console, arguments);
      }
    }
  }
});

now I use $log(‘some text’, someValue);

and it’s working fine, the problem is that it always shows the console line number of the $log function.
I want to show also the line number of the logged text where it happened..

I don’t want to go to each line and check for is_dev there, non practical and I have hundreds of them there.

Any ideas? thanks in advance.

  • 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-10T09:53:05+00:00Added an answer on June 10, 2026 at 9:53 am

    You can use the answers from here How to get JavaScript caller function line number? How to get JavaScript caller source URL?

    The answer from Nathan Landis is what you’re looking for.

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

Sidebar

Related Questions

Firebug is certainly a wonderful tool for javascript debugging; I use console.log() extensively. I
When we use the console.log(someObject.someFunction) firebug shows function() string only. Is there a way
When I use $(document).ready(function() { var bodyHeight = $(body).height(); console.log(bodyHeight); }); I get a
To dump some debugging information in client-side javascript I can use console.log(myVar) . Can
this.someArray = [1,2,3,4,5] for(var i in this.someArray){console.log(this.someArray[i]);} It not only loops through the array
I use Firebug's console.log() for debugging my website. If I try viewing my website
Will use of the debugging feature console.log reduce JavaScript execution performance? Will it affect
I use cakePHP 2.0 and use the console tool to create one .../app/locale/default.pot .
what parameters should i use to start a console app minimized or hidden? is
The following JS: (function() { use strict; $(#target).click(function(){ console.log(clicked); }); }()); Yields: test.js: line

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.