Thanks John J Barton,
I uninstall all the extensions for Firebug and it's fine now!
Regards
J.

On 24 March 2010 16:44,
<[email protected]<firebug%[email protected]>
> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/firebug/topics
>
>    - debugger quickinfos <#127910f60017b8f9_group_thread_0> [3 Updates]
>    - Lines of code repeated/duplicated randomly in Script panel, but in
>    server-dependent fashion <#127910f60017b8f9_group_thread_1> [2 Updates]
>    - Can Firebug monitor custom GMap API events 
> ?<#127910f60017b8f9_group_thread_2>[1 Update]
>    - Selecting <#127910f60017b8f9_group_thread_3> [2 Updates]
>
>   Topic: debugger 
> quickinfos<http://groups.google.com/group/firebug/t/b2c7f9e08d010e44>
>
>    John J Barton <[email protected]> Mar 23 12:43PM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>
>    > or
>
>    >
>    
> "ytmyvb.Profile.Window.Design(id,title,prev_img,d_id,owner_id,is_public,descr,changes_window_positions,changes_window_color,extend_only,onload_fn)"
>
>    > what do you think?
>
>    I think you are talking about what we would call "tooltips" but I
>    can't figure out more than that from the info you give here.
>
>    jjb
>
>
>
>
>    "Christian Tölle" <[email protected]> Mar 24 05:21PM +0100 
> ^<#127910f60017b8f9_digest_top>
>
>    Hi again..
>
>    yes.. tooltip was the correct name!
>    sorry for my bad english.
>
>    so far
>
>
>
>    ----- Original Message -----
>    From: "John J Barton" <[email protected]>
>    To: "Firebug" <[email protected]>
>    Sent: Tuesday, March 23, 2010 8:43 PM
>    Subject: Re: debugger quickinfos
>
>
>
>
>
>    > or
>
>    >
>    
> "ytmyvb.Profile.Window.Design(id,title,prev_img,d_id,owner_id,is_public,descr,changes_window_positions,changes_window_color,extend_only,onload_fn)"
>
>    > what do you think?
>
>    I think you are talking about what we would call "tooltips" but I
>    can't figure out more than that from the info you give here.
>
>    jjb
>
>    --
>    You received this message because you are subscribed to the Google
>    Groups
>    "Firebug" group.
>    To post to this group, send email to [email protected].
>    To unsubscribe from this group, send email to
>    
> [email protected]<firebug%[email protected]>
>    .
>    For more options, visit this group at
>    http://groups.google.com/group/firebug?hl=en.
>
>
>
>
>    John J Barton <[email protected]> Mar 24 09:39AM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>    > Hi again..
>
>    > yes.. tooltip was the correct name!
>    > sorry for my bad english.
>
>    Ok, but I need to know exactly that object you have under the mouse
>    pointer to know what is possible for the tooltip.
>
>    This is where a concrete and specific public example is very
>    handy ;-).
>
>    jjb
>
>
>
>
>   Topic: Lines of code repeated/duplicated randomly in Script panel, but
> in server-dependent 
> fashion<http://groups.google.com/group/firebug/t/6873fe85f43bea1e>
>
>    M Gozler <[email protected]> Mar 23 10:09PM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>    I am using FF 3.6 with FB 1.5.2 for developing a site using Javascript
>    as well as PHP/MySQL. I have installed Apache 2.2 (on my Windows 6.x
>    [Vista Home Premium 32-bit]).
>
>    In one PHP document, I load two JS files, one called "dbSchema.js" and
>    the other "mysqlClass.js". The first JS file just defines a single
>    variable (serverSchema) which is an array of arrays of strings the
>    contain names and characteristics of a MySQL database, with all its
>    structural components, in this case one database containing two
>    tables, and each table containing a variable number of fields whose
>    characteristics are defined (field name, field type and length, field
>    collation, null and default setting status, etc).
>
>    I am using FB to step through the bugs in the JS code naturally. The
>    problem is that both db.Schema.js and mysqlClass.js have been loaded
>    the coded in the Script panel window not as they are. Lines of code
>    are repeated and inserted randomly. This makes stepwise tracing/
>    debugging impossible. There are two curious things here (#2 is really
>    curious):
>
>    For the purposes of being concise about the problem, I have stripped
>    the irrelevant content and code of the PHP document into an HTML file
>    "dbSchema.html" (the URL to this is at the bottom of this message).
>
>
>    1. FB seems to have the code for execution correctly within its
>    memory, but the problem is the code it presents to the user in the
>    Script panel window. For example. line 347 of mysqlClass.js is the
>    entry point or function definition (line #1) of the DatabaseSchema
>    object, which is called from the HTML document. But line 347 is shown
>    in the Script panel as the 7th line of the function definition above
>    it, the definition for the Database object. I could use FB to trace
>    execution if I follow the line numbers in FB alone, but I have to have
>    my text editor (that I use for editing all documents) open side-by-
>    side to follow the trace.
>
>    2. Now here's the real astonishment: if you click the URL below to
>    see the improper loading of the Script panel, you may not actually see
>    it. You may actually be able to do the step trace properly in FB.
>    Why? Because in order to present this problem to you and this group,
>    I uploaded the three files (dbSchema.html, dbSchema.js, mysqlClass.js)
>    to a free web hosting site we use, and then downloaded the HTML file
>    and FB loaded and presented the code of the JS files properly, without
>    randomly repetitive and inserted lines of code!! In other words, the
>    problem seemed server dependent!!
>
>    I have re-started Windows (and thus the server), and the problem of
>    badly presented code still occurs at http://localhost. And FB loads
>    and presents the code correctly when it is loaded from host
>    http://nilgulkaradeniz.awardspace.info. Is this bizarre?
>
>    This problem, and all the code of the JS files, is brought together
>    and explained in fuller detail at
>    http://nilgulkaradeniz.awardspace.info/dbSchema.html.
>
>
>
>
>    John J Barton <[email protected]> Mar 24 08:42AM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>    I suggest as a next step that you install Firebug 1.6X.0a8 in a new
>    Firefox profile and try it on your localhost version.
>
>    If it works, you can try variations between this setup and your
>    current one (Firebug version, stuff in your profile).
>
>    If it fails you can open Firebug > Firebug Icon Menu > Open Tracing >
>    Options SOURCEFILES. Clear then load you problem page. The URL of the
>    sources will appear in the trace.
>
>    jjb
>
>
>
>
>   Topic: Can Firebug monitor custom GMap API events 
> ?<http://groups.google.com/group/firebug/t/4ff440dc00c8a9e5>
>
>    John J Barton <[email protected]> Mar 23 12:42PM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>    > Can Firebug monitor custom GMap API events, such as 'moveend',
>    > 'zoomend and so on ?
>
>    Firebug does not have built in support for custom APIs, but depending
>    on exactly what you want to do there may be a solution.
>
>    jjb
>
>
>
>   Topic: Selecting<http://groups.google.com/group/firebug/t/ac16288b29e9df94>
>
>    Jan <[email protected]> Mar 23 09:46AM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>    Dear Firebug,
>
>    please, could somebody tell me how to switch on the "Highlighting"?
>    Before I upgraded the Firefox and Firebug last week I was able to see
>    the lines when I used the "Click element..."
>
>    Thanks a lot! :)
>    Regards
>    J.
>
>
>
>
>    John J Barton <[email protected]> Mar 23 12:41PM -0700 
> ^<#127910f60017b8f9_digest_top>
>
>
>    > please, could somebody tell me how to switch on the "Highlighting"?
>    > Before I upgraded the Firefox and Firebug last week I was able to see
>    > the lines when I used the "Click element..."
>
>    I don't know what you are describing. Please use words from the
>    Firebug user interface.
>
>    Please check that you have updated all extensions.
>
>    jjb
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Firebug" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<firebug%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/firebug?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to