473,546 Members | 2,196 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript debugging API

Hi Folks,

With Mozilla there is a well documented Javascript debugging API that
you can call from C/C++. I've been trying to identify if there is a
documented API that you can use for the same purpose with Internet
Explorer.

There are various COM interfaces but again I haven't been able to
identify if there is a debugging COM API for Internet Explorer.

I've tried Google but not found anything. Maybe I've not typed in the
magic combination of words to get the right results.

Does anyone know of a C/C++ callable API for debugging Javascript calls
with Internet Explorer?

Hoping some of you can shed some light on this.

Cheers

Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
Aug 21 '05 #1
3 1967


Stephen Kellett wrote:

Does anyone know of a C/C++ callable API for debugging Javascript calls
with Internet Explorer?


The JScript engine is just one Active scripting engine which follows the
design outlined here:
<http://msdn.microsoft. com/library/default.asp?url =/library/en-us/script56/html/lrfWindowsScrip tInterfaces.asp >
Internet Explorer then hosts such an engine.
Debugging is treated here:
<http://msdn.microsoft. com/library/default.asp?url =/library/en-us/script56/html/ConActiveScript DebuggingOvervi ew.asp>
If you have further questions then I think in the Microsoft scripting
groups like microsoft.publi c.scripting.jsc ript on news.microsoft. com you
have more chances than here finding anyone being able to help.
One of engineers behind the JScript engine used to blog about scripting
stuff, the search engine brings up this article:
<http://blogs.msdn.com/ericlippert/archive/2004/02/15/73361.aspx>
Haven't read it but you can check yourself whether it has info you need.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Aug 21 '05 #2


Stephen Kellett wrote:

Does anyone know of a C/C++ callable API for debugging Javascript calls
with Internet Explorer?


This article
<http://msdn.microsoft. com/library/default.asp?url =/msdnmag/issues/1200/active/toc.asp>
might also help.
--

Martin Honnen
http://JavaScript.FAQTs.com/
Aug 21 '05 #3
In message <43************ ***********@new sread4.arcor-online.net>,
Martin Honnen <ma*******@yaho o.de> writes

Thank you for the info Martin.

Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
Aug 22 '05 #4

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

Similar topics

9
2139
by: alonzo | last post by:
I am working on a piece of javaScript code and using MIE 6.0. I have and error and I would like to use a debugger to locate the error. Is there a debugger for MIE? How do I turn the debugger on for MIE? Where can I locate the debugger for MEI 6.0? I am using WIN 98 operating system.
4
1663
by: Matt | last post by:
For debugging javascript purposes, should we ensure the following check boxes (1-3) are checked. In IE browser, tools->Internet Options->Advanced Under Browsing, 1) disable script debugging 2) display a notification about every script error 3) show friendly HTTP error messages
6
9331
by: dennishancy | last post by:
Trying to debug someone else's javascript code. There is a line that looks like this: req = req.substring(req.length-2, req.length); >From what I can gather in their comments, they want to capture the last two characters of the string "req". I'm guessing that the above line won't do that, and they want to change it to
19
2099
by: Fabian | last post by:
Well, what can I say...I really hate Javascript. I am not programming as profession but I sometimes work with PHP with MySQL, ASP with Ms Access/SQL Server. I have done something in VB and when I was jounger I worked with C. But what happens with Javascript, it happens with no other language. I work with WinXP SP2 & IIS5, now. But also...
25
4261
by: Jeff | last post by:
Use the MS Script Editor included free with MS Office 2002 and above, for debugging Internet Explorer (IE). This subject is of great interest to many JS developers, as there is no obvious, low cost way to do sophisticated debugging in IE6 other than to use the debugger described below, which is horribly documented otherwise. I feel...
2
1463
by: Chris | last post by:
Hi, I have a Javascript function that loads a page with a progress bar for long process. The progress bar is a gif animation and for some reason it the animation is stuck when the function is called so it looks like an image and not an animation. I have decided to put a wait function that will pause for 3 sec so that the animation will be...
2
1139
by: Alex Nitulescu | last post by:
I have the option 'Just in time debugging' set as CLR/Native/Script. In Project Properties/Debuggers I have ASP.NET debugging. Still, although I have breakpoints set everywhere in my javascript, , inluding on "function Init()", the execution it never stops anywhere, and I have NO idea of why my code does not appear to do anything. Thank...
5
1492
by: Bill | last post by:
1. I find that debugging does not work if the JavaScript you wish to debug is included in your program via src="blah". All of my programs use this because I have many common scripts that are used throughout my application. It also gives a very limited amount of security to prying eyes. 2. If I extract the portion of the JavaScript I wish to...
4
1485
by: paul.denlinger | last post by:
Please excuse this very basic question; I'm just starting to learn JavaScript. I have just modified added a toUpperCase statement to change strings to upper case, but it does not run. Can you please tell me what I have done wrong? I have pasted the code in below. Thank you.
6
2061
by: Morgan Packard | last post by:
Hello, Wondering what everyone's experience with breakpoint debugging is here. I've been using firebug for a few years and, while I'm delighted to have _some_ debugging ability, I've found it to be very fussy, difficult to know when it's going to work or not. I'm curious how others approach debugging, and if anyone here feels they are able...
0
7698
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. ...
0
7947
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...
0
7794
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6030
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3492
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1922
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
1
1046
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
747
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.