yes! its possible... but of very very less use.. 'cos u cannot see the context variables and the varibles in the expressions... the control just stops there at the break point.. the best way is to download the eclipse Europa version: this has all web, javascript etc... componetns already installed.
if its remote tomcat application then: you need to configure the java application @ window > preferences > java application/ remote java application .. give respective debug port over which the tomcat would listen,.,.. in catelina.bat give the following entries:JAVA_OPTS="$JAVA_OPTS -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n" .. best to the end of the file (So the debug port would be 8000 in this case) hope this helps.. if not let me know.. shall help u out.. cheers, ravi miro wrote: > > Is there any free jsp debugger plugin for eclipse ? > miro > > > --------------------------------- > Never miss a thing. Make Yahoo your homepage. > -- View this message in context: http://www.nabble.com/-eclipse--is-it-possible-to-debug-jsp-in-eclipse---tp15618926p15627666.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]