debug javascript

C

chirs

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
 
L

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?
 
C

chirs

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
 
M

Michael Winter

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top