473,811 Members | 3,610 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ANNOUNCE : Companion.JS v0.2 released with "console.lo g" feature

Hi,

I am happy to announce the release of the Companion.JS v0.2, an alpha
version to a Javascript debugger for IE :

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

The main new feature is the "console.lo g" feature, that simulates the
same Firebug feature.

The detailled javascript error (with call stack) feature will enable
faster debugging under IE.

Any feedback is welcome to improve the extension on future releases.
--
Best Regards / Cordialement

=============== =====
Jean-Fabrice Rabaute
CORE SERVICES :: Software/Web development & Consulting services

http://www.debugbar.com : The most advanced WEB development tool for
Internet Explorer
http://www.core-services.fr - {Enjoy the future today}
Oct 17 '07 #1
4 2188
Am 17.10.2007 13:52 Jean-Fabrice RABAUTE wrote
Hi,

I am happy to announce the release of the Companion.JS v0.2, an alpha
version to a Javascript debugger for IE :
I happily use DebugBar to debug my ActiveScripts (where it makes sense).
What is the difference to your other product ?

Thanks.

--
Greetz,
Andreas M.
Oct 17 '07 #2
Andreas M. a écrit :
Am 17.10.2007 13:52 Jean-Fabrice RABAUTE wrote
>Hi,

I am happy to announce the release of the Companion.JS v0.2, an alpha
version to a Javascript debugger for IE :

I happily use DebugBar to debug my ActiveScripts (where it makes sense).
What is the difference to your other product ?

Thanks.
Hi,

The Debugbar is not giving detailled info about a javascript error, just
a line number without corresponding file (possibly external .js file
for instance), and no call stack.

Companion.JS is based on a real JS debugger and gives DETAILLED
javascript error with call stack info (see screenshot on the homepage).

Companion.JS can be seen as a complement to DebugBar for more accurate
Javascript debugging.

I will continue to improve DebugBar on the DOM/CSS side and improve
Companion.JS on the javascript side.

I hope this is clear. Do not hesitate to answer for more info.

--
Best Regards / Cordialement

=============== =====
Jean-Fabrice Rabaute
CORE SERVICES :: Software/Web development & Consulting services

http://www.debugbar.com : The most advanced WEB development tool for
Internet Explorer
http://www.core-services.fr - {Enjoy the future today}
Oct 17 '07 #3
On 17.10.2007 15:19 Jean-Fabrice RABAUTE wrote
I hope this is clear. Do not hesitate to answer for more info.
Yes, I have understood. Thanks for pointing this out.

--
Salute,
Andreas M.

Oct 17 '07 #4
On Oct 17, 4:52 am, Jean-Fabrice RABAUTE <j...@core-services.fr>
wrote:
>
I am happy to announce the release of the Companion.JS v0.2, an alpha
version to a Javascript debugger for IE :

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

The main new feature is the "console.lo g" feature, that simulates the
same Firebug feature.

The detailled javascript error (with call stack) feature will enable
faster debugging under IE.
This is FANTASTIC!

THIS IS AWESOME!!!!

I just installed Companion.JS and tested a complex page for the first
time in IE. There was an extra comma after the last element in an
Array literal. This took me two hours to track down the last time this
happened since there was no useful line number info and stack trace.
With the stack trace and proper file names/line numbers from
Companion.JS, I found the bug in seconds this time and the page is
working. AMAZING! THANK YOU!

:-D

Where do I donate?

THANK YOU!

Peter

Oct 18 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1850
by: Klemens | last post by:
what do entry's like this in db2diag.log indicate? ------------------------------------------- 2004-01-14-09.07.52.650000 Instance:WWS Node:000 PID:3512(db2syscs.exe) TID:1116 Appid:*LOCAL.WWS.01AFC9110326 data protection sqlpALR_OpenExtent Probe:5 Database:XTRADE RenameArray: add unarchived log 1227. 2004-01-14-09.07.52.947000 Instance:WWS Node:000 PID:3512(db2syscs.exe) TID:1116 Appid:*LOCAL.WWS.01AFC9110326
6
3044
by: Fan Ruo Xin | last post by:
Last monday, I tried to create a working table, and failed because of 'Log Full'. There were two applications running at that time - one is autoload (during the split phase), another one is "insert into a (NLI) ... SELECT ... FROM ...". I checked the db2diag.log (level=4) and notification file. It was interesting that there was no any information about log full. I had to kill the autoload process. I haven'g got time to see if I can...
3
2866
by: Phil Sherman | last post by:
What is the relationship between the snapshot elements: Log pages written Number write log IOs Number partial page log IOs There doesn't appear to be any information in my PDF System monitor guide or the online information center. When a COMMIT is issued; a log page containing updates must be written to disk before control is returned to the application program. This
4
30378
by: Kerwin Cabrera | last post by:
I am writing a console application and I would like to put a "Press any key..." message once the program is done executing. Currently, when it executes it returns to the prompt. I have tried console.read and console.readline but they both require an <Enter> key to be hit. Any suggestions Thanks -KC
1
1876
by: Gary | last post by:
Hi, I would like to display a form and draw some line graphics on the form, and do all of this from a "console" program. I would like control to remain with the console program before, during, and after the form is displayed (i.e. I don't want to switch to an event driven model). Is there a way to do this? Is there some sample code available that demonstrates this?
1
1312
by: cool2005 | last post by:
I am new to Opera and tried to use its "javascipt console" and only saw "Java console" and "Error console" under tools|advance. Any idea? thanks mark
0
1057
by: yousefomar | last post by:
Hi Pros, I have a weird problem here. I am logging from my .NET app to a custom log, but unfortunately, the events are redirected to the Application log. I am sure that I am specifying the log name and the source name accurately. I am using some code like the following: EventLog ev = new EventLog(myLog); if (EventLog.SourceExists(mySource)) { if (EventLog.LogNameFromSourceName(mySource) !=...
2
9582
by: TC | last post by:
I installed an ASP.NET application on my web server, but it doesn't work. When I browse to a page, I get an error message. The message doesn't say much, but it does tell me: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. How do I review the "application event log"? Is it a file on...
3
6568
by: Curious | last post by:
I''ve created a simple Console Application in C#.NET (.NET 2.0), and I have the following code: Console.WriteLine("Now let us begin!"); However, the string, "Now let us begin!", never shows up in the "View"- FYI, the text in the "View"->"Output" window is below instead: 'IO.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL
0
9724
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10644
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10394
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7665
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4336
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3863
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.