-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
On Fri, 20 Aug 1999, Raimee Stevens wrote:
> Anyway, I'd like to see a debugger 'for' JServ.
I've used J++ with WebLogic and JRun. I suspect it could be used with
JServ too.
Basically you just run JServ in manual mode from within the IDE (you point
jview at the main JServ class, and add any command line args on the end).
At that point, the IDE's debugger is automatically attached to the
process, and you can set breakpoints, watches, etc, wherever you like in
the code. it's pretty excellent, and quite fast.
cheers
-- James
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]