DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2009-05-10 17:27:54

Backslider
New member

How does this work?

I installed debug bar to see if it can help me to debug javascript errors.  When an error occurs it pops up a screen that shows exactly the same minimal and difficult to debug error message that IE gives anyway.

How is this tool supposed to help debug javascript?

I tried to read the wiki for "script tab" but all I see is a password field.

Offline

 

#2 2009-05-10 17:33:04

fabrice
DebugBar Support

Re: How does this work?

Hi,

You can try Companion.JS which gives more detailled info on javascript errors :

http://www.my-debugbar.com/wiki/CompanionJS/HomePage

Offline

 

#3 2009-05-10 20:15:25

Backslider
New member

Re: How does this work?

Ok, I uninstalled and installed the companion.  When I try to debug my page it shows me I have an error at line 1, the Doctype declaration:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

This is a valid declaration.

I know I have a javascript error on my page, however I can't get past the above invalid error report in trying to find it.

Offline

 

#4 2009-05-10 20:34:32

fabrice
DebugBar Support

Re: How does this work?

Without the url page I won't be able to help you.

Do you have a valid install of Companion.JS ? Did you try it against the dummy page that is available from the Companion.JS install page ?

Offline

 

#5 2009-05-10 20:56:07

Backslider
New member

Re: How does this work?

I tested the dummy page, that works fine, however on my page I can't get past a report of a syntax error on the very first line of the page, the DOCTYPE declaration, that is, before we have even loaded any javascript.

Offline

 

#6 2009-05-10 20:58:23

fabrice
DebugBar Support

Re: How does this work?

Again, without the url page, I cannot help you.

Offline

 

#7 2009-05-10 21:05:28

Backslider
New member

Re: How does this work?

Try this one: http://www.yahoo.com/

Exactly the same error

Offline

 

#8 2009-05-10 21:41:47

fabrice
DebugBar Support

Re: How does this work?

I don't have any error on this page. Anr PLEASE (!!!), read the announcement.

Offline

 

#9 2009-05-10 21:49:51

Backslider
New member

Re: How does this work?

Nombre del sistema operativo    Microsoft Windows XP Home Edition
Versión    5.1.2600 Service Pack 3 Compilación 2600
IE7

I was able to reproduce it by going to your test page, then opening a new tab to Yahoo.com and selecting debug for that page also.  It then displayed a syntax error at line 1 for Yahoo

Offline

 

#10 2009-05-11 17:43:32

fabrice
DebugBar Support

Re: How does this work?

I don't have any error on my side. Do you have other ie extensions ? Did you try with all the extensions off ? (iexplore.exe -extoff) ?

Maybe this is from a custom config on your side.

Offline