473,320 Members | 1,914 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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 3740
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.