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 2008-03-14 17:29:01

oreth
New member

Companion.JS v0.3 Not rendering javascript errors.

When there's a javascript error on the page, I recieve that annoying "ERROR" sound, but recieve no popup telling me where the error is.

The console is clear. IE does not popup the little "ERROR" box.

I have no idea where the error is, or what it is.

Perhaps my settings are incorrect?

- oreth

Offline

 

#2 2008-03-14 17:32:54

fabrice
DebugBar Support

Re: Companion.JS v0.3 Not rendering javascript errors.

Hi,

Errors do not show on the "console" tab but on the "source" tab, in the right pane.

Each error is displayed and you can double-click to open the call stack of the error.

Tell me if you can see the errors there.

Thanks.

Offline

 

#3 2008-03-14 19:16:22

oreth
New member

Re: Companion.JS v0.3 Not rendering javascript errors.

I'm  not seeing this.
Could you provide a screen shot?


Edit: I see it now... but not for the code that is throwing the error.

Last edited by oreth (2008-03-14 19:26:19)

Offline

 

#4 2008-03-14 19:34:16

oreth
New member

Re: Companion.JS v0.3 Not rendering javascript errors.

If I generate an error on purpose

alert(thisVarDoesNotExist)

it will throw the error.

However, with the site i'm currently working on, i've got an error somewhere. But the error pane on the source panel doesn't show it.

Offline

 

#5 2008-03-14 19:35:14

fabrice
DebugBar Support

Re: Companion.JS v0.3 Not rendering javascript errors.

Can you provide an url where I can see the problem ?

Offline

 

#6 2008-03-14 21:45:06

oreth
New member

Re: Companion.JS v0.3 Not rendering javascript errors.

Actually, I figured it out. IE was throwing a wobbly over some javascript code that was supposed to be displayed instead of parsed.

Edit:
I am impressed with your immediate concerns over your users' bug reports. It's a fantastic tool, to be sure.

Last edited by oreth (2008-03-14 21:45:59)

Offline