[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Meeting. March 3rd. Reuven Lerner
guy keren wrote:
>
> On Sun, 20 Feb 2000, Alex Shnitman wrote:
>
> > I'd most like to hear about development environments and techniques
> > for developing web applications.
> [...]
> > -- but how do you do all this when you're writing code
> > that's going to run under a web server and you can't run it frontally?
>
> i think you've hit an exposed nurve here... i'd be very surprised to hear
> about such a tool that exists for web development. i would guess, however,
It will hurt, but I have to say it anyhow.
MS has a tool called script debugger, as well as the remote script
debugger.
It allows you to debug all scripts able to run under WSH (and under IIS:
PerlScript, ASP (vbs, javascript) and so on).
PHP also has a sort of a debugger, but it only allows you to log messages
thru an external daemon (i.e., connect to a remote port and dump error
messages there). I wonder why not have it connect to a remote port, leave
the connection open and then have an interactive session by passing
commands
using that channel. Obviously needs some functionality supported by the
php interpreter.
--
"You will now die. Make whatever rituals are necessary for your species."
- Ur-Quan, Kohr-Ah
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il