I have an idea for a javascript txt editor. Could there be something to let you run each statement one at a time for trouble shooting? And between each of those pauses, if something goes wrong, let you alert a variable or something in realtime just to verify if a function passed its data on correctly? This sounds like a debugging idea. Will this go anywhere? Or has it already?
Sheesh, I take that as a NO. Well, don't hate me if I use the idea myself. Afterall, nobody has anything to say about it, so it's clearly not your idea or concern.
Well, that would certainly be interesting. it's been a long time since I've done any non-script programming, but when I did the version of TurboPascal I was using would let you step through the code line by line, add variables to a watch window, insert breakpoints, stuff like that. I don't know how easy or hard any of this will be able to do, but I suspect it will not be easy, if possible at all.
Personally, I can't think of how this would be done.
(Numeric operations chosen because I guess not many know LISP here, and numeric operation is kinda alike in all languages, so people should understand it in any case)
Originally posted by liorean I guess not many know LIPS here
No I've never programmed anything with LIPS ... but I can play the piano with my NOSE
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark
Hmm, so there was such a thing. I remember once trying to find the microsoft script debugger and it didn't seem to exist. Maybe it wasn't even javascript. Microsoft.com is so disorganized when it comes to trying to find what you need.