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-09-17 23:28:13

pmsguy
New member

Companion.js does NOT capture Javascript error if IE Developer enabled

If I enable IE Developer then Companion.js does NOT capture JavaScript errors.
I went into Tools-->Manage Add-Ons and disable IE Developer Toolbar and Companion.js will now capture the Javascript errors.

Is this a know bug?  Any work arounds?

Offline

 

#2 2008-09-17 23:51:39

fabrice
DebugBar Support

Re: Companion.js does NOT capture Javascript error if IE Developer enabled

Hi,

This is not a bug, but a Windows limitation (that makes sense by the way).

Only one debugger can be attached at the same time to a process, so it can be either the IE developer toolbar or Companion.JS, but not both at the same time.
So, the attached debugger will handle and report the error, and the other one won't see the error as it is not attached.

Offline

 

#3 2008-09-18 12:58:53

pmsguy
New member

Re: Companion.js does NOT capture Javascript error if IE Developer enabled

ok - thanks - I would suggest making this an explicit comment in Companion.js

Offline