On Apr 9, 1:16 pm, Dave Harper <[email protected]> wrote:
> I have a question about this - as I mentioned above I can load the
> browser by double clicking on the main HTML file.  It pulls in all the
> same files but this time it is getting them from the local development
> directory rather than through the Ethernet interface.  When I do it
> this way, the Firebug display is correct.  If it were a character
> causing the problem, wouldn't this exhibit the same symptoms as when
> it came in over the network?

I don't know for sure, but I guess that local files are read with
completely different code and in particular these files may not be
cached.  If you get tracing working we can test this part easily.

>
> Also, I am trying to get the FBTrace extension working.  I have
> installed it from the link given above.  However, I get an error
> message when I try to run it:
>
> "Firefox can't find the file at jar:file:///C:/Users/Dave Harper/
> AppData/Roaming/Mozilla/Firefox/Profiles/y86qk0dw.default/extensions/
> [email protected]!/chrome/content/traceConsole.html."

We don't use jar files so that message makes no sense.

>
> In trying to resolve this issue I've found a lot of fairly confusing
> information.  In a posting by honza (http://groups.google.com/group/
> firebug-working-group/browse_thread/thread/6e2c2ca5e4b6cf26) he
> states:
>
> In your profile/extension directory you need:
> [email protected]
>
> Okay, so now I search for information about files in the profile/
> extension directory and in the FBTrace wiki there is a link on the
> "steps to create a Firefox extension proxy file".  This seems to be
> talking about cases where a developer is working on source files
> locally rather than a JAR file.  So I tracked down version 1.8 of

Correct. (except we don't use jar files, just XPI aka zip files)

> Firebug in SVN and installed it into a temporary directory.  I then
> created the "[email protected]" file with the full path to the
> downloaded source.  This didn't make a bit of difference, so I'm still
> struggling with the installation.  I suspect the steps I've performed

These file links work great but they can fail unless everything is
just right.
In your temp directory find the file install.rdf. Check that the file
in your profile directory exactly matches
the name in the install.rdf. Then check that the path you put in the
file exactly matches the path to the install.rdf minus the characters
"install.rdf".

Use about:config to set "extensions.logging.enabled" true. Restart and
open Firefox > Tools >Error Console.

> probably seem absurd to someone who knows what they're doing but I'm a
> hardware guy trying to expand my horizons a bit.  I usually get where
> I want to go - just takes me a bit longer!
>
> If anyone could comment on the fact that Firebug displays correctly
> when loaded from the local filesystem I'd really appreciate it.  Also,
> any ideas on what I'm doing wrong on the installation would be *very*
> welcome.

Basically this suggests we're still on the right track.
jjb

>
> Regards,
> Dave
>
> On Apr 9, 12:55 pm, Steven Roussey <[email protected]> wrote:
>
>
>
>
>
>
>
> > Sounds like the data is being read in chunks and that the utf8 conversion is
> > choking/throwing an exception and so the chunk is missing. So John's idea of
> > a funky character is the best bet. I'm curious where this happens and if
> > there isn't a better error recovery that we can't do. I vaguely remember
> > hitting something like this myself a long time ago...

-- 
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