473,463 Members | 1,494 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

debug javascript

Hi,

I put the javascript code into a .js file. When it has error, the
debugger in IE 6 will not should the code. I have some software such
as vs.net and IntelliJ IDEA 3. Do you know I can use them to dubug a
..js file? Please also tell me where to get information on how to
debug .js file using them.

Thanks.

Chris
Jul 20 '05 #1
4 3743
Lee
chirs said:

Hi,

I put the javascript code into a .js file. When it has error, the
debugger in IE 6 will not should the code. I have some software such
as vs.net and IntelliJ IDEA 3. Do you know I can use them to dubug a
.js file? Please also tell me where to get information on how to
debug .js file using them.


Wouldn't it be simplest to take the code out of the .js file
until it's debugged?

Jul 20 '05 #2
Lee <RE**************@cox.net> wrote in message news:<bq*********@drn.newsguy.com>...

Wouldn't it be simplest to take the code out of the .js file
until it's debugged?


Your idea is OK. But I also want to find a better debugger.
Jul 20 '05 #3
Hi,

I put the javascript code into a .js file. When it has error, the
debugger in IE 6 will not should the code. I have some software such
as vs.net and IntelliJ IDEA 3. Do you know I can use them to dubug a
..js file? Please also tell me where to get information on how to
debug .js file using them.

Thanks.

Chris

ym*@kicon.com (chirs) wrote in message news:<4c**************************@posting.google. com>...
Lee <RE**************@cox.net> wrote in message news:<bq*********@drn.newsguy.com>...

Wouldn't it be simplest to take the code out of the .js file
until it's debugged?


Your idea is OK. But I also want to find a better debugger.

Jul 20 '05 #4
chirs wrote on 27 Nov 2003:
I put the javascript code into a .js file. When it has error,
the debugger in IE 6 will not should the code. I have some
software such as vs.net and IntelliJ IDEA 3. Do you know I can
use them to dubug a .js file? Please also tell me where to get
information on how to debug .js file using them.


<snip>

Internet Explorer should indicate the row and column that it thinks
is in error which you can then go to (good editors should allow you
to enable line numbers). If not, you could place the code on a
server, post the address here, and we could take a look at it. You'll
have to give some clue as to what doesn't work, why, what should
happen if it was working, and where the broken code might be (e.g. a
function name).

Mike

--
Michael Winter
M.******@blueyonder.co.uk.invalid (remove ".invalid" to reply)
Jul 20 '05 #5

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

Similar topics

1
by: Robert | last post by:
Simple way of writing debug print statements in your JavaScript code. You need to have enabled popups in your browser. I liked the ability to write to the java console in Netscape 4.x. This,...
2
by: apngss | last post by:
Is there any way to debug javascript in a web application? When I develop JSP pages, and it has the javascript code in it. The problem is the debugger in Java IDE (WSAD in my case) can only debug...
1
by: yma | last post by:
Hi, I have an asp.net app that I uses javascript in the html file. Can you show me how to debug javascript in vb.net. I use vb.net in vs.net. Here is a sample html file. If I cannot use...
1
by: Jonas | last post by:
Hi, I've recently found out that I'm supposed to set the debug attribute of the compilation element in web.config to false in production environments. But when I do so in my ASP.NET application,...
4
by: TARUN | last post by:
Hello all I am new to web technology, so plz excuse me for posting such a silly question . I have a code in C#.NET , ASP.NET, Javascript . I am a begginer of Javascript i don't understand...
2
by: Dinh Bao Tuyen | last post by:
Hi everyone, I can't debug javascript in VS 2005. In my VS2005, I can't find Script Explorer in menu. Can u help me???
6
by: toffee | last post by:
Hi all, I get an script error warning from IE and am not sure how to debug. I've got 3 external js file which i linked in my <head> The error warning msg is: "Problems with this webpage might...
15
by: teppic.xxviii | last post by:
Ok, so this is a little script that I've been working on and off for the past year or so, and finally I think it might be ready to be put to the ultimate test: other people! ...
2
by: mmxmsmmzm | last post by:
Would everyone begin to post JavaScript editors that include watch and debug windows! These tools are probably very new... but posting responses to this post will aid in gathering a number of...
2
by: joelkeepup | last post by:
Hi, I made a change this morning and now im getting an error that says either "a is undefined or null" or "e is undefined or null" the microsoft ajax line is below, I have no idea how to...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
1
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...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.