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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:53:52+00:00 2026-05-25T02:53:52+00:00

I am trying to debug legacy scripts with Firebug. As per my knowledge (Which

  • 0

I am trying to debug legacy scripts with Firebug. As per my knowledge (Which I got yesterday)
we use Step over (F10) to debug line by line and Step into (F11) to dig into JS function.
But when I use Step into on any JS function call, it takes control to next line. I want to see what is hidden inside the function. How can we do it ?
I kept break-point inside the function and then tried Step into then it takes control inside the function body. But it is tedious to find each function method and set break-point.
Is there any other way to do it ? or which is the right way ?
For example :

 i2b2.ONT.ctrlr.FindBy = {

    clickSearchName: function() {
      // do some stuff
      i2b2.ONT.ctrlr.FindBy.doNameSearch(search_info);  // I tried Step into here
      // some more stuff
    }  

    doNameSearch: function(inSearchData) {
     // If I set break-point here then only I can debug it 
     // or it directly takes control to `// some more stuff` in `clickSearchName:function` 

    }
 }     

PS: It also more external JS function calls.

Thanks,
Ajinkya.

  • 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-25T02:53:52+00:00Added an answer on May 25, 2026 at 2:53 am

    “Step into” will step into the function if there is JS source for the function. If not (like for document.getElementById("foo"), it will step over it since it doesn’t have anything that it understand to step into.

    If you can point us to a working example where you are having the problem (either a jsFiddle reduction of the problem or a working web page) with instruction on where the relevant code is, we can probably help more.

    Judging by your code example, I’m wondering what you’re trying to step into. The line of code that starts with clickSearchName defines a function. It doesn’t execute it. So, it won’t go into that function until some later code actually calls clickSearchName. So, perhaps you’re breaking on the definition of the function and trying to step into the function when it isn’t being executed. That’s just a guess though since we don’t have a working example to try ourselves.

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

Sidebar

Related Questions

I'm trying to debug some legacy Integration Services code, and really want some confirmation
I'm trying to debug a legacy code written for Linux. Sometimes the application gets
Trying to debug PHP using its default current-line-only error messages is horrible. How can
I'm trying to debug an extJS based JavaScript form in Firefox 3.0.8, with Firebug,
In trying to debug use of cancan i found that if use the following
I'm trying to debug a Verilog module that doesn't use initial or always by
When trying to debug a web application configured to use IIS Express 7.5 in
While trying to debug my openid implementation with Google, which kept returning Apache 406
I'm trying to debug a problem with some legacy code. While trying to understand
Trying to debug an issue with a server and my only log file is

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.