Ad1
01-23-2002, 02:41 AM
can anyone recommend me a good tool for debugging javascript and please don't say MS Interdev unless you want me to scream
javascript debugingAd1 01-23-2002, 02:41 AM can anyone recommend me a good tool for debugging javascript and please don't say MS Interdev unless you want me to scream Flyguy 01-23-2002, 04:10 AM I don't know of any tools. I always do it the hard way :) I use Textpad to write html/javascript with syntax coloring. Some links that might be usefull: http://developer.irt.org/script/22.htm ' my favourite JS site http://javascript.internet.com/debug-guide.html http://www.webreview.com/2000/10_06/webauthors/10_06_00_1.shtml Ad1 01-23-2002, 04:17 AM thanks for the links arnout, I'll check them out I'm currently using Notepad and using inputboxs for watch windows but if there is an easier way then I'd like to try it Flyguy 01-23-2002, 04:21 AM Link to textpad: www.textpad.com I use this (http://www.textpad.com/add-ons/files/syntax/javascript_html.zip) syntax definition file. Ad1 01-23-2002, 04:25 AM thanks again arnout, I'll have to see if the boss will part with some money wild wolf 01-24-2002, 12:17 AM better if u could grab a copy of Borland JBuilder (u dun have ti buy it, borrow it from a fren) Robby 01-24-2002, 12:28 AM Ad1, are you asking about Java Script or JAVA? I've used JBuilder and I don't think it's for Java Script. Anyways, for both I prefer Notepad. I find the best way to debug is just place a bunch of Alerts() everywhere to find out the values of variables. Ad1 01-24-2002, 02:08 AM no I meant javascript, I'm also using notepad and using inputboxes or tables for showing debugging values, I've tried Interdev and Netscapes javascript console but they are both ****!, I think I'll probably stick with notepad unless someone knows of a decent tool Gazzo 01-24-2002, 02:38 AM I use Microsofts Script Debugger. It seems ok. The only problem I have is that if I'm using VBScript I can check the values of the variables with the debugger, however when I'm using JScript I cannot seem to get the values to be displayed. Although, I think that I'm probably doing something incorrect, or have IIS set up incorrect as all the examples I have seen have been the same. It does allow you to step through your code and follow the path though. Gazzo. Ad1 01-24-2002, 02:59 AM it seems to have a few capabilities but it keeps wiping out my other apps which is VERY annoying :mad: , its even more unstable than my mother inlaw Gazzo 01-24-2002, 03:05 AM Its never wiped any of my other apps out, yet I dont use it that much as I am using JScript and, as I said, I cannot get the bloody sod to show the values of my variables in JScript ;) Ad1 01-24-2002, 03:08 AM think I'll just give up and stick with Notepad |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum